diff Common/Inc/settings.h @ 498:4811f3dfaa52

Added dew parameter to enable selection of customer BigFont screens to be displayed In previous versions the available views were derived from the settings for the standard view. Direct selection for Bigfont screens was not possible
author Ideenmodellierer
date Mon, 24 Aug 2020 19:30:15 +0200
parents 75eedde05ff6
children 06b21f1e47a5
line wrap: on
line diff
--- a/Common/Inc/settings.h	Thu Aug 20 21:25:38 2020 +0200
+++ b/Common/Inc/settings.h	Mon Aug 24 19:30:15 2020 +0200
@@ -220,6 +220,9 @@
 	uint32_t cv_configuration;
 	/* new in 0xFFFF001A */
 	uint8_t MotionDetection;
+	/* new in 0xFFFF001B */
+	uint32_t cv_config_BigScreen;
+	uint32_t cv_config_BigScreenV2;
 
 } SSettings;