128x42x1 Rockbox logo (a copy of the 128x41x1 remote version) for 128 pixel wide mono main LCDs - fixes the logo for the iFP (it was using the Archos version), plus preparation for new ports.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17305 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dave Chapman 2008-05-02 08:08:39 +00:00
parent 6c6a2ed910
commit 4cf4b5c2ae
2 changed files with 2 additions and 0 deletions

View file

@ -4,6 +4,8 @@
#if (LCD_DEPTH == 1) #if (LCD_DEPTH == 1)
#if (LCD_WIDTH == 160) #if (LCD_WIDTH == 160)
rockboxlogo.160x53x1.bmp rockboxlogo.160x53x1.bmp
#elif (LCD_WIDTH == 128)
rockboxlogo.128x42x1.bmp
#else #else
rockboxlogo.112x30x1.bmp rockboxlogo.112x30x1.bmp
#endif #endif

Binary file not shown.

After

Width:  |  Height:  |  Size: 736 B