-
Logged In: YES
user_id=507931
Attaching zip file provided by original poster - who is
having the usual sourceforge issues.
2006-02-22 11:36:35 UTC in Rockbox - Open Source Jukebox Firmware
-
Logged In: YES
user_id=507931
Committed, thanks!
2006-02-21 15:01:53 UTC in Rockbox - Open Source Jukebox Firmware
-
Logged In: YES
user_id=507931
I've fixed the button mappings for other colour targets and
committed to CVS. Thanks.
2006-02-16 16:09:31 UTC in Rockbox - Open Source Jukebox Firmware
-
Logged In: YES
user_id=507931
Committed to CVS, thanks.
2006-02-07 22:17:10 UTC in Rockbox - Open Source Jukebox Firmware
-
Logged In: YES
user_id=507931
Version 5:
* move the backdrop functions (and static arrays) into
recorder/backdrop.[ch]
* create a new .rockbox/backdrops/ directory, which is used
as the path to save a backdrop image filename in the config
sector.
* add a "Clear backdrop" option to the LCD settings menu to
clear the current backdrop and revert back to the bg color.
2006-02-02 19:14:23 UTC in Rockbox - Open Source Jukebox Firmware
-
Logged In: YES
user_id=507931
Version 4b - I forgot to include apps/plugin.c in the diff.
2006-02-02 02:46:21 UTC in Rockbox - Open Source Jukebox Firmware
-
Logged In: YES
user_id=507931
Version 4 - this adds the ability for the user to select a
.bmp file to be used as the main Rockbox backdrop. This is
added as a "Set as backdrop" option on onplay menu in the
file browser.
This bitmap (like the other backdrop images) must be exactly
the same size as the LCD.
The backdrop filename is not yet saved in the settings, so
it's lost on...
2006-02-02 01:56:25 UTC in Rockbox - Open Source Jukebox Firmware
-
Logged In: YES
user_id=507931
Attached patch (backdrop-try3.diff) contains an optimisation
to lcd-16bit.c to pre-calculate the difference between the
addresses of the framebuffer and the backdrop buffer. This
speeds up the clearimgpixel() function.
2006-02-01 23:42:44 UTC in Rockbox - Open Source Jukebox Firmware
-
Logged In: YES
user_id=507931
Forgotten attachment to previous comment.
2006-02-01 23:12:11 UTC in Rockbox - Open Source Jukebox Firmware
-
Logged In: YES
user_id=507931
Here is a second attempt, which carries on the work in the
first patch.
The idea is to move the lcd_backdrop[] array out of the lcd
driver itself, and to introduce a new function
lcd_set_backdrop() which passes a pointer to the backdrop
image. The LCD driver doesn't copy the data, it just keeps
track of this pointer.
If the backdrop pointer is NULL...
2006-02-01 23:09:56 UTC in Rockbox - Open Source Jukebox Firmware