diff options
Diffstat (limited to 'apps/settings.h')
| -rw-r--r-- | apps/settings.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h index 4761ba4..05e3ada 100644 --- a/apps/settings.h +++ b/apps/settings.h @@ -725,6 +725,9 @@ struct user_settings unsigned char remote_icon_file[MAX_FILENAME+1]; unsigned char remote_viewers_icon_file[MAX_FILENAME+1]; #endif +#ifdef HAVE_LCD_COLOR + unsigned char colors_file[MAX_FILENAME+1]; +#endif #ifdef HAVE_BUTTON_LIGHT int button_light_timeout; #endif |