summaryrefslogtreecommitdiff
path: root/apps/wps.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/wps.c')
-rw-r--r--apps/wps.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/wps.c b/apps/wps.c
index 65b01b10a5..92b4e008b8 100644
--- a/apps/wps.c
+++ b/apps/wps.c
@@ -61,7 +61,7 @@ static struct mp3entry* id3 = NULL;
61static struct mp3entry* nid3 = NULL; 61static struct mp3entry* nid3 = NULL;
62static char current_track_path[MAX_PATH+1]; 62static char current_track_path[MAX_PATH+1];
63 63
64#if defined(HAVE_PLAYER_KEYPAD) || defined(HAVE_NEO_KEYPAD) 64#if defined(HAVE_PLAYER_KEYPAD) || defined(HAVE_NEO_KEYPAD) || defined(HAVE_ONDIO_KEYPAD)
65void player_change_volume(int button) 65void player_change_volume(int button)
66{ 66{
67 bool exit = false; 67 bool exit = false;
@@ -577,9 +577,11 @@ static bool menu(void)
577 /* show id3 tags */ 577 /* show id3 tags */
578#ifdef BUTTON_ON 578#ifdef BUTTON_ON
579 case BUTTON_MENU | BUTTON_ON: 579 case BUTTON_MENU | BUTTON_ON:
580#ifdef HAVE_LCD_CHARCELLS
580 status_set_param(true); 581 status_set_param(true);
581 status_set_audio(true); 582 status_set_audio(true);
582#endif 583#endif
584#endif
583#else 585#else
584 case BUTTON_F1 | BUTTON_ON: 586 case BUTTON_F1 | BUTTON_ON:
585#endif 587#endif
@@ -811,9 +813,11 @@ int wps_show(void)
811 case 0: 813 case 0:
812 /* otherwise, exit to browser */ 814 /* otherwise, exit to browser */
813#else 815#else
816#ifdef HAVE_LCD_CHARCELLS
814 status_set_record(false); 817 status_set_record(false);
815 status_set_audio(false); 818 status_set_audio(false);
816#endif 819#endif
820#endif
817 lcd_stop_scroll(); 821 lcd_stop_scroll();
818 822
819 /* set dir browser to current playing song */ 823 /* set dir browser to current playing song */