summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/gui/quickscreen.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/gui/quickscreen.c b/apps/gui/quickscreen.c
index df295a8a95..5c8a7705ae 100644
--- a/apps/gui/quickscreen.c
+++ b/apps/gui/quickscreen.c
@@ -439,7 +439,11 @@ bool quick_screen_f3(int button_enter)
qs.items[QUICKSCREEN_RIGHT] =
find_setting(&global_settings.statusbar, NULL);
qs.items[QUICKSCREEN_BOTTOM] =
+#ifdef HAVE_LCD_FLIP
find_setting(&global_settings.flip_display, NULL);
+#else
+ NULL;
+#endif
qs.callback = NULL;
if (gui_syncquickscreen_run(&qs, button_enter))
{