comparison 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
comparison
equal deleted inserted replaced
834:2a8af51ab04d 835:717b460294cd
40 uint8_t t3_change_customview(uint8_t action); 40 uint8_t t3_change_customview(uint8_t action);
41 uint8_t t3_GetEnabled_customviews(void); 41 uint8_t t3_GetEnabled_customviews(void);
42 uint8_t t3_getCustomView(void); 42 uint8_t t3_getCustomView(void);
43 void t3_set_customview_to_primary(void); 43 void t3_set_customview_to_primary(void);
44 uint8_t t3_customview_disabled(uint8_t view); 44 uint8_t t3_customview_disabled(uint8_t view);
45 void t3_handleAutofocus(void);
45 46
46 int printScrubberText(char *text, size_t size, SSettings *settings); 47 int printScrubberText(char *text, size_t size, SSettings *settings);
47 48
48 #endif /* T3_H */ 49 #endif /* T3_H */