1
0
Fork 0
forked from len0rd/rockbox

Use nicer logos in the logo plugin, plus use the bitmap build system magic.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16189 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonas Häggqvist 2008-01-31 19:28:51 +00:00
parent cdc933f40f
commit 4cd37d5ba4
12 changed files with 51 additions and 129 deletions

View file

@ -15,3 +15,10 @@ clock_smalldigits_remote.112x64x1.bmp
clock_segments_remote.112x64x1.bmp
clock_smallsegments_remote.112x64x1.bmp
/* Logo */
#if (LCD_REMOTE_DEPTH == 1)
remote_rockboxlogo.91x32x1.bmp
#elif (LCD_REMOTE_DEPTH == 2)
remote_rockboxlogo.91x32x2.bmp
#endif