1
0
Fork 0
forked from len0rd/rockbox

Sliding puzzle: Fix graphics size and help text for M3. * Bubbles: Better (larger) emblems for M3.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16759 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2008-03-23 09:21:49 +00:00
parent 00094511f4
commit 408613ca22
4 changed files with 7 additions and 1 deletions

View file

@ -591,7 +591,9 @@ matrix_normal.bmp
sliding_puzzle.240x240x16.bmp
#endif
#elif (LCD_DEPTH > 1)
#if SMALLER_DIMENSION <= 110
#if SMALLER_DIMENSION <= 96
sliding_puzzle.96x96x2.bmp
#elif SMALLER_DIMENSION <= 110
sliding_puzzle.108x108x2.bmp
#elif SMALLER_DIMENSION <= 128
sliding_puzzle.128x128x2.bmp

Binary file not shown.

Before

Width:  |  Height:  |  Size: 280 B

After

Width:  |  Height:  |  Size: 344 B

Before After
Before After

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

View file

@ -638,6 +638,10 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
rb->lcd_putsxy(0, 18, "[OFF] to stop");
rb->lcd_putsxy(0, 28, "[REW] shuffle");
rb->lcd_putsxy(0, 38, "[PLAY] change pic");
#elif CONFIG_KEYPAD == IAUDIO_M3_PAD
rb->lcd_putsxy(0, 18, "[REC] to stop");
rb->lcd_putsxy(0, 28, "[MODE] shuffle");
rb->lcd_putsxy(0, 38, "[MENU] change pic");
#endif
#ifdef HAVE_ALBUMART
rb->lcd_putsxy(0,48," pic->albumart->num");