1
0
Fork 0
forked from len0rd/rockbox

Snake2: add 128x96x16 bitmaps

These fit by pure chance exactly the YH820 screen :)

Change-Id: I0f7a7f5d14aa0497da5ddf63cf1f95a2c4989460
This commit is contained in:
Sebastian Leonhardt 2015-08-16 21:35:51 +02:00 committed by Gerrit Rockbox
parent 072d3cb268
commit 729e7130a0
8 changed files with 28 additions and 5 deletions

View file

@ -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*/