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
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue