Mercurial > public > ostc4
comparison Discovery/Inc/t3.h @ 981:c6c781a2e85b default
Merge into default
| author | heinrichsweikamp |
|---|---|
| date | Tue, 11 Feb 2025 18:12:00 +0100 |
| parents | 7149f372b0ba |
| children | 8c0134a287da |
comparison
equal
deleted
inserted
replaced
| 871:f7318457df4d | 981:c6c781a2e85b |
|---|---|
| 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, const SScrubberData *scrubberData, SSettings *settings); |
| 47 | 48 |
| 48 #endif /* T3_H */ | 49 #endif /* T3_H */ |
