forked from len0rd/rockbox
Fractals: Fix red
- Define painting buffer inside fractal set implementation - Add missing USEGLIB define - Removed mandelbrot.c that was forgotten in last commit git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24231 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7719d297f2
commit
4794891c97
4 changed files with 7 additions and 934 deletions
|
|
@ -24,12 +24,6 @@
|
|||
#include "lib/grey.h"
|
||||
#include "lib/xlcd.h"
|
||||
|
||||
#ifdef USEGSLIB
|
||||
extern unsigned char imgbuffer[LCD_HEIGHT];
|
||||
#else
|
||||
extern fb_data imgbuffer[LCD_HEIGHT];
|
||||
#endif
|
||||
|
||||
struct fractal_rect
|
||||
{
|
||||
int px_min;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue