summaryrefslogtreecommitdiff
path: root/apps/screen_access.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/screen_access.h')
-rw-r--r--apps/screen_access.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/screen_access.h b/apps/screen_access.h
index e40943f003..1fd74046e6 100644
--- a/apps/screen_access.h
+++ b/apps/screen_access.h
@@ -57,6 +57,7 @@ struct screen
57 int nb_lines; 57 int nb_lines;
58 enum screen_type screen_type; 58 enum screen_type screen_type;
59 int depth; 59 int depth;
60 bool is_color;
60 int char_width; 61 int char_width;
61 int char_height; 62 int char_height;
62#if (CONFIG_LED == LED_VIRTUAL) || defined(HAVE_REMOTE_LCD) 63#if (CONFIG_LED == LED_VIRTUAL) || defined(HAVE_REMOTE_LCD)