This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#10935 - Fractals only showing a full black screen with greylib
Attached to Project:
Rockbox
Opened by Marianne Arnold (pixelma) - Friday, 29 January 2010, 01:39 GMT+2
Last edited by Rafaël Carré (funman) - Saturday, 30 January 2010, 08:16 GMT+2
Opened by Marianne Arnold (pixelma) - Friday, 29 January 2010, 01:39 GMT+2
Last edited by Rafaël Carré (funman) - Saturday, 30 January 2010, 08:16 GMT+2
|
DetailsAs the title says, the plugin is currently only drawing a black screen on targets where greylib is used - right from entering the plugin and zooming or moving around changes nothing. This is with revision 24365 but I saw it in slightly older builds too.
I experience this on my OndioFM (monochrome), Iaudio M5 (greyscale) and in an Ipod Mini sim, so it's fairly safe to assume that it happens on all greylib targets. On my M5 the previous build was new enough that the older mandelbrot.rock still work and it does not have this problem. Fractals works on my c200 which has a colour screen but I have to admit that I don't like the new colours much because it's now a much smaller colour "range". Of course, that's not the bug but maybe it has to do with it? |
This task depends upon
Closed by Rafaël Carré (funman)
Saturday, 30 January 2010, 08:16 GMT+2
Reason for closing: Fixed
Additional comments about closing: r24377
Saturday, 30 January 2010, 08:16 GMT+2
Reason for closing: Fixed
Additional comments about closing: r24377
Fractals: this should fix bugs on simulator for greyscale LCD targets.
* moved #define USEGSLIB to fractal_sets.h and include only needed header file.
* include plugin.h so that LCD_DEPTH is defined.
* explicitly include fractal_sets.h in mandelbrot_set.c