summaryrefslogtreecommitdiff
path: root/apps/screen_access.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/screen_access.c')
-rw-r--r--apps/screen_access.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/screen_access.c b/apps/screen_access.c
index cd58654f7c..5ab08b7fc5 100644
--- a/apps/screen_access.c
+++ b/apps/screen_access.c
@@ -22,7 +22,9 @@
22#include <stdio.h> 22#include <stdio.h>
23#include "config.h" 23#include "config.h"
24#include <lcd.h> 24#include <lcd.h>
25#ifdef HAVE_REMOTE_LCD
25#include <lcd-remote.h> 26#include <lcd-remote.h>
27#endif
26#include <scroll_engine.h> 28#include <scroll_engine.h>
27#include <font.h> 29#include <font.h>
28#include <button.h> 30#include <button.h>
@@ -356,7 +358,7 @@ struct screen screens[NB_SCREENS] =
356 .has_buttonbar=false, 358 .has_buttonbar=false,
357#endif 359#endif
358 } 360 }
359#endif /* HAVE_REMOTE_LCD */ 361#endif /* NB_SCREENS == 2 */
360}; 362};
361 363
362#ifdef HAVE_LCD_BITMAP 364#ifdef HAVE_LCD_BITMAP