From 919c20669bf7570275c2650434409a885c842d6c Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Fri, 14 Mar 2008 00:17:59 +0000 Subject: More M3 work: Rockbox logo, keymap, sim definitions, sim bitmap. Simulator builds and works now, but for some reason it tries to build plugins even though they're deactivated through configure... The keymap probably needs further refinement. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16658 a1c6a512-1295-4272-9138-f99709370657 --- apps/bitmaps/native/SOURCES | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/bitmaps/native/SOURCES') diff --git a/apps/bitmaps/native/SOURCES b/apps/bitmaps/native/SOURCES index a64c209672..841dd52c69 100644 --- a/apps/bitmaps/native/SOURCES +++ b/apps/bitmaps/native/SOURCES @@ -7,6 +7,8 @@ rockboxlogo.160x53x1.bmp #else rockboxlogo.112x30x1.bmp #endif +#elif (LCD_WIDTH == 128) && (LCD_DEPTH == 2) +rockboxlogo.128x42x2.bmp #elif (LCD_WIDTH == 128) && (LCD_DEPTH == 16) rockboxlogo.128x40x16.bmp #elif (LCD_WIDTH == 132) && (LCD_DEPTH == 16) -- cgit v1.2.3