diff options
author | Jens Arnold <amiconn@rockbox.org> | 2008-03-14 00:17:59 +0000 |
---|---|---|
committer | Jens Arnold <amiconn@rockbox.org> | 2008-03-14 00:17:59 +0000 |
commit | 919c20669bf7570275c2650434409a885c842d6c (patch) | |
tree | a77a009d0a44de163ad8107899161b0ef335462c /apps/bitmaps/native/SOURCES | |
parent | ab974bc86efbdce30e6ca6688401d9a329e91f15 (diff) |
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
Diffstat (limited to 'apps/bitmaps/native/SOURCES')
-rw-r--r-- | apps/bitmaps/native/SOURCES | 2 |
1 files changed, 2 insertions, 0 deletions
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) |