summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h
index becf164a8f..998fdc1cd9 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -762,6 +762,13 @@ struct user_settings
762 /* If values are just added to the end, no need to bump plugin API 762 /* If values are just added to the end, no need to bump plugin API
763 version. */ 763 version. */
764 /* new stuff to be added at the end */ 764 /* new stuff to be added at the end */
765
766#ifdef HAVE_LCD_BITMAP
767 unsigned char ui_vp_config[64]; /* viewport string for the lists */
768#ifdef HAVE_REMOTE_LCD
769 unsigned char remote_ui_vp_config[64]; /* viewport string for the remote lists */
770#endif
771#endif
765}; 772};
766 773
767/** global variables **/ 774/** global variables **/