Mercurial > public > ostc4
comparison 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 |
comparison
equal
deleted
inserted
replaced
492:4ce932235578 | 498:4811f3dfaa52 |
---|---|
218 uint8_t FlipDisplay; | 218 uint8_t FlipDisplay; |
219 /* new in 0xFFFF0019 */ | 219 /* new in 0xFFFF0019 */ |
220 uint32_t cv_configuration; | 220 uint32_t cv_configuration; |
221 /* new in 0xFFFF001A */ | 221 /* new in 0xFFFF001A */ |
222 uint8_t MotionDetection; | 222 uint8_t MotionDetection; |
223 /* new in 0xFFFF001B */ | |
224 uint32_t cv_config_BigScreen; | |
225 uint32_t cv_config_BigScreenV2; | |
223 | 226 |
224 } SSettings; | 227 } SSettings; |
225 | 228 |
226 typedef struct | 229 typedef struct |
227 { | 230 { |