diff options
| author | Nils Wallménius <nils@rockbox.org> | 2009-03-29 10:41:31 +0000 |
|---|---|---|
| committer | Nils Wallménius <nils@rockbox.org> | 2009-03-29 10:41:31 +0000 |
| commit | cc5400d9cf64474d3d0e8c2a006a6078a189cd50 (patch) | |
| tree | 9495a357235e3e30e3bcc40398e2242422894df3 /apps/plugins/flipit.c | |
| parent | faa22f6c54e173fc6858af09621935d03c808cbf (diff) | |
| download | rockbox-cc5400d9cf64474d3d0e8c2a006a6078a189cd50.zip rockbox-cc5400d9cf64474d3d0e8c2a006a6078a189cd50.tar.gz rockbox-cc5400d9cf64474d3d0e8c2a006a6078a189cd50.tar.bz2 rockbox-cc5400d9cf64474d3d0e8c2a006a6078a189cd50.tar.xz | |
Accept FS#10068 by Teruaki Kawashima correcting the instructions built into a couple of plugins
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20565 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/flipit.c')
| -rw-r--r-- | apps/plugins/flipit.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/plugins/flipit.c b/apps/plugins/flipit.c index ae0b1db..a1807b4 100644 --- a/apps/plugins/flipit.c +++ b/apps/plugins/flipit.c @@ -722,6 +722,12 @@ enum plugin_status plugin_start(const void* parameter) rb->lcd_putsxy(2, 28, "[PL-LEFT] shuffle"); rb->lcd_putsxy(2, 38, "[PL-RIGHT] solution"); rb->lcd_putsxy(2, 48, "[PL-UP] step by step"); +#elif CONFIG_KEYPAD == GIGABEAT_S_PAD + rb->lcd_putsxy(2, 8, "[BACK] to stop"); + rb->lcd_putsxy(2, 18, "[SELECT] toggle"); + rb->lcd_putsxy(2, 28, "[MENU] shuffle"); + rb->lcd_putsxy(2, 38, "[VOL+] solution"); + rb->lcd_putsxy(2, 48, "[VOL-] step by step"); #elif (CONFIG_KEYPAD == SANSA_E200_PAD) || \ (CONFIG_KEYPAD == SANSA_C200_PAD) rb->lcd_putsxy(2, 8, "[POWER] to stop"); |