Mercurial > public > ostc4
comparison Common/Inc/settings.h @ 626:3e1a0e267f38
Added option to select sensitivity of focus detection:
Depending on the location the computer is equiped during dive (arm wet/ dry suite, glove...) it is usefull to adapt the sensitivity of the focus detection. Technical it means the radius of the spot in which direction ray is projected may be changed in size.
The option has been added to the motion control menu.
author | Ideenmodellierer |
---|---|
date | Fri, 12 Feb 2021 21:37:50 +0100 |
parents | 1c95f811967c |
children | f735f1123526 |
comparison
equal
deleted
inserted
replaced
625:028d8f3a9410 | 626:3e1a0e267f38 |
---|---|
236 uint32_t cv_config_BigScreen; | 236 uint32_t cv_config_BigScreen; |
237 /* new in 0xFFFF001C */ | 237 /* new in 0xFFFF001C */ |
238 uint8_t compassInertia; | 238 uint8_t compassInertia; |
239 uint8_t tX_customViewPrimaryBF; | 239 uint8_t tX_customViewPrimaryBF; |
240 /* new in 0xFFFF001D */ | 240 /* new in 0xFFFF001D */ |
241 uint8_t viewPortMode; | 241 uint8_t viewPortMode; /* 7-Reserve| 6..5 - Focus spot size | 4-Focusframe | 3-Reserve | 2..0-BacklightBoost */ |
242 uint16_t viewRoll; | 242 uint16_t viewRoll; |
243 uint16_t viewPitch; | 243 uint16_t viewPitch; |
244 uint16_t viewYaw; | 244 uint16_t viewYaw; |
245 /* new in 0xFFFF001E */ | 245 /* new in 0xFFFF001E */ |
246 uint8_t ppo2sensors_source; | 246 uint8_t ppo2sensors_source; |