Mercurial > public > ostc4
diff Common/Inc/settings.h @ 834:2a8af51ab04d Evo_2_23
Added event based display changes for big font view:
It is now possible to activate "Autofocus" option in custom view dialog. This enables automatic switching of the current view depending on current dive situation. Because T7 view already displays a lot of information this feature targets the T3 view.
| author | Ideenmodellierer |
|---|---|
| date | Sun, 17 Dec 2023 21:14:17 +0100 |
| parents | b7d93ff6b3b2 |
| children | e373e90a48db |
line wrap: on
line diff
--- a/Common/Inc/settings.h Sun Dec 17 21:10:04 2023 +0100 +++ b/Common/Inc/settings.h Sun Dec 17 21:14:17 2023 +0100 @@ -311,6 +311,7 @@ uint16_t scrubTimerCur_Obsolete; /* have been replaced with new scrubber data format */ uint8_t scrubTimerMode; uint8_t ext_sensor_map[8]; /* redefined in 0xFFFF0027 */ + uint8_t cvAutofocus; } SSettings; typedef struct
