summaryrefslogtreecommitdiff
path: root/apps/wps.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/wps.c')
-rw-r--r--apps/wps.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/wps.c b/apps/wps.c
index 25ec9a7125..acb6d90a13 100644
--- a/apps/wps.c
+++ b/apps/wps.c
@@ -361,6 +361,8 @@ int wps_show(void)
361#ifdef HAVE_LCD_CHARCELLS 361#ifdef HAVE_LCD_CHARCELLS
362 lcd_icon(ICON_AUDIO, true); 362 lcd_icon(ICON_AUDIO, true);
363 lcd_icon(ICON_PARAM, false); 363 lcd_icon(ICON_PARAM, false);
364#else
365 lcd_setmargins(0,0);
364#endif 366#endif
365 367
366 if(mpeg_is_playing()) 368 if(mpeg_is_playing())