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:
parent
00094511f4
commit
408613ca22
4 changed files with 7 additions and 1 deletions
|
|
@ -591,7 +591,9 @@ matrix_normal.bmp
|
||||||
sliding_puzzle.240x240x16.bmp
|
sliding_puzzle.240x240x16.bmp
|
||||||
#endif
|
#endif
|
||||||
#elif (LCD_DEPTH > 1)
|
#elif (LCD_DEPTH > 1)
|
||||||
#if SMALLER_DIMENSION <= 110
|
#if SMALLER_DIMENSION <= 96
|
||||||
|
sliding_puzzle.96x96x2.bmp
|
||||||
|
#elif SMALLER_DIMENSION <= 110
|
||||||
sliding_puzzle.108x108x2.bmp
|
sliding_puzzle.108x108x2.bmp
|
||||||
#elif SMALLER_DIMENSION <= 128
|
#elif SMALLER_DIMENSION <= 128
|
||||||
sliding_puzzle.128x128x2.bmp
|
sliding_puzzle.128x128x2.bmp
|
||||||
|
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 280 B After Width: | Height: | Size: 344 B |
BIN
apps/plugins/bitmaps/native/sliding_puzzle.96x96x2.bmp
Normal file
BIN
apps/plugins/bitmaps/native/sliding_puzzle.96x96x2.bmp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.6 KiB |
|
|
@ -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, 18, "[OFF] to stop");
|
||||||
rb->lcd_putsxy(0, 28, "[REW] shuffle");
|
rb->lcd_putsxy(0, 28, "[REW] shuffle");
|
||||||
rb->lcd_putsxy(0, 38, "[PLAY] change pic");
|
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
|
#endif
|
||||||
#ifdef HAVE_ALBUMART
|
#ifdef HAVE_ALBUMART
|
||||||
rb->lcd_putsxy(0,48," pic->albumart->num");
|
rb->lcd_putsxy(0,48," pic->albumart->num");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue