comparison Common/Inc/settings.h @ 368:50ea68c7a153 MotionDetection

Added menu item for motion detection. There are several possibility to use motion detection for user action input. To select of the a new menu entry has been added to the Sys2 =>Custom View Menu (Variables in german)
author ideenmodellierer
date Tue, 13 Aug 2019 21:10:46 +0200
parents b2a9e9b02df0
children 75eedde05ff6
comparison
equal deleted inserted replaced
367:e309f78f89a5 368:50ea68c7a153
214 uint8_t FactoryButtonBalance[3]; 214 uint8_t FactoryButtonBalance[3];
215 /* new in 0xFFFF0018 */ 215 /* new in 0xFFFF0018 */
216 uint8_t FlipDisplay; 216 uint8_t FlipDisplay;
217 /* new in 0xFFFF0019 */ 217 /* new in 0xFFFF0019 */
218 uint32_t cv_configuration; 218 uint32_t cv_configuration;
219 /* new in 0xFFFF001A */
220 uint8_t MotionDetection;
219 221
220 } SSettings; 222 } SSettings;
221 223
222 typedef struct 224 typedef struct
223 { 225 {