diff options
| author | Sebastian Leonhardt <sebastian.leonhardt@web.de> | 2015-08-16 21:35:51 +0200 |
|---|---|---|
| committer | Gerrit Rockbox <gerrit@rockbox.org> | 2015-09-28 23:19:19 +0200 |
| commit | 729e7130a04df5fc895a297edfb2411aabdef5b7 (patch) | |
| tree | 80a4e4b8a5436859508b2338eaf1bb929d593bd4 /apps/plugins/bitmaps/native/SOURCES | |
| parent | 072d3cb268efc79a1945109bc3d9eefaf437e6c0 (diff) | |
| download | rockbox-729e7130a04df5fc895a297edfb2411aabdef5b7.zip rockbox-729e7130a04df5fc895a297edfb2411aabdef5b7.tar.gz rockbox-729e7130a04df5fc895a297edfb2411aabdef5b7.tar.bz2 rockbox-729e7130a04df5fc895a297edfb2411aabdef5b7.tar.xz | |
Snake2: add 128x96x16 bitmaps
These fit by pure chance exactly the YH820 screen :)
Change-Id: I0f7a7f5d14aa0497da5ddf63cf1f95a2c4989460
Diffstat (limited to 'apps/plugins/bitmaps/native/SOURCES')
| -rw-r--r-- | apps/plugins/bitmaps/native/SOURCES | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES index 90376d8..052163c 100644 --- a/apps/plugins/bitmaps/native/SOURCES +++ b/apps/plugins/bitmaps/native/SOURCES @@ -633,6 +633,12 @@ snake2_header2.160x128x2.bmp snake2_left.160x128x2.bmp snake2_right.160x128x2.bmp snake2_bottom.160x128x2.bmp +#elif (LCD_WIDTH >= 128) && (LCD_HEIGHT >= 96) && (LCD_DEPTH >= 16) +snake2_header1.128x96x16.bmp +snake2_header2.128x96x16.bmp +snake2_left.128x96x16.bmp +snake2_right.128x96x16.bmp +snake2_bottom.128x96x16.bmp #endif /* Sokoban*/ |