diff options
Diffstat (limited to 'apps/screen_access.h')
-rw-r--r-- | apps/screen_access.h | 1 |
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 int nb_lines; enum screen_type screen_type; int depth; + bool is_color; int char_width; int char_height; #if (CONFIG_LED == LED_VIRTUAL) || defined(HAVE_REMOTE_LCD) |