comparison Discovery/Inc/t3.h @ 980:7149f372b0ba Evo_2_23

Fix a couple of bugs in the scrubber timer: - double speed scrubber countdown in simulator mode - unwanted updating of last scrubber use date in simulator mode - invalid remaining scrubber display in surface mode (mikeller)
author heinrichsweikamp
date Tue, 04 Feb 2025 13:49:43 +0100
parents 717b460294cd
children 8c0134a287da
comparison
equal deleted inserted replaced
979:e7cd7ffd1879 980:7149f372b0ba
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 void t3_handleAutofocus(void);
46 46
47 int printScrubberText(char *text, size_t size, SSettings *settings); 47 int printScrubberText(char *text, size_t size, const SScrubberData *scrubberData, SSettings *settings);
48 48
49 #endif /* T3_H */ 49 #endif /* T3_H */