Mercurial > public > ostc4
diff Discovery/Inc/t3.h @ 835:717b460294cd Evo_2_23
Added autofocus for BF Navigation view:
In case of activated autofocus feature for big font the navigation view will now be activated in case the OSTC4 is hold in horizontal position (like it is for example done if you take a bearing). The OSTC4 will return to the previous view in case the OSTC4 is no longer hold in horizontal position.
| author | Ideenmodellierer |
|---|---|
| date | Sun, 17 Dec 2023 21:49:02 +0100 |
| parents | b6d8a6fbf4fd |
| children | 7149f372b0ba |
line wrap: on
line diff
--- a/Discovery/Inc/t3.h Sun Dec 17 21:14:17 2023 +0100 +++ b/Discovery/Inc/t3.h Sun Dec 17 21:49:02 2023 +0100 @@ -42,6 +42,7 @@ uint8_t t3_getCustomView(void); void t3_set_customview_to_primary(void); uint8_t t3_customview_disabled(uint8_t view); +void t3_handleAutofocus(void); int printScrubberText(char *text, size_t size, SSettings *settings);
