Patch #1421422 - Backdrop image patch started by Linus, finished by me. Adds ability...
commitb3240ae3559874d074be4a0c25df98716cf864da
authordave <dave@a1c6a512-1295-4272-9138-f99709370657>
Thu, 2 Feb 2006 20:42:56 +0000 (2 20:42 +0000)
committerdave <dave@a1c6a512-1295-4272-9138-f99709370657>
Thu, 2 Feb 2006 20:42:56 +0000 (2 20:42 +0000)
tree99ac1903b7b0a7197483fa64add73e6062d169af
parenta67b095606b377516981ccd410b07989af546971
Patch #1421422 - Backdrop image patch started by Linus, finished by me.  Adds ability to set backdrop images for file browser and menus (store full-screen bitmaps in /.rockbox/backdrops/) and also the ability to set a full-screen background image in a WPS using the %X|filename.bmp| WPS tag.  Currently only implemented for targets with colour LCDs.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8536 a1c6a512-1295-4272-9138-f99709370657
16 files changed:
apps/SOURCES
apps/gui/gwps-common.c
apps/gui/gwps.c
apps/lang/english.lang
apps/onplay.c
apps/plugin.c
apps/recorder/backdrop.c [new file with mode: 0644]
apps/recorder/backdrop.h [new file with mode: 0644]
apps/settings.c
apps/settings.h
apps/settings_menu.c
apps/tree.c
apps/tree.h
firmware/drivers/lcd-16bit.c
firmware/export/lcd.h
tools/buildzip.pl