mandelbrot: start with bright colors on greyscale

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24378 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2010-01-30 08:35:16 +00:00
parent 82fafb2d55
commit 442084bce9

View file

@ -32,7 +32,7 @@ static fb_data imgbuffer[LCD_HEIGHT];
#endif
#ifdef USEGSLIB
#define LCOLOR(iter) (iter << 5)
#define LCOLOR(iter) ((iter ^ 7) << 5)
#else
/*
* Spread iter's colors over color range.