summaryrefslogtreecommitdiff
path: root/apps/plugins/mpegplayer/mpeg_settings.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/mpegplayer/mpeg_settings.c')
-rw-r--r--apps/plugins/mpegplayer/mpeg_settings.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/plugins/mpegplayer/mpeg_settings.c b/apps/plugins/mpegplayer/mpeg_settings.c
index 519fd0f059..14863c943d 100644
--- a/apps/plugins/mpegplayer/mpeg_settings.c
+++ b/apps/plugins/mpegplayer/mpeg_settings.c
@@ -571,7 +571,7 @@ static int get_start_time(uint32_t duration)
571 lcd_(clear_display)(); 571 lcd_(clear_display)();
572 lcd_(update)(); 572 lcd_(update)();
573 573
574#ifdef HAVE_LCD_ENABLE 574#if defined(HAVE_LCD_ENABLE) && defined(HAVE_LCD_COLOR)
575 rb->lcd_set_enable_hook(get_start_time_lcd_enable_hook); 575 rb->lcd_set_enable_hook(get_start_time_lcd_enable_hook);
576#endif 576#endif
577 577
@@ -762,11 +762,11 @@ static int get_start_time(uint32_t duration)
762 rb->yield(); 762 rb->yield();
763 } 763 }
764 764
765#ifdef HAVE_LCD_COLOR
765#ifdef HAVE_LCD_ENABLE 766#ifdef HAVE_LCD_ENABLE
766 rb->lcd_set_enable_hook(NULL); 767 rb->lcd_set_enable_hook(NULL);
767#endif 768#endif
768 769#else
769#ifndef HAVE_LCD_COLOR
770 stream_gray_show(false); 770 stream_gray_show(false);
771 grey_clear_display(); 771 grey_clear_display();
772 grey_update(); 772 grey_update();