comparison Discovery/Inc/t3.h @ 518:0a09afac969f

Added T3_gaslist: Big font gas list was shown in gauge mode only. The previous version used the font48. To increase readability the gases are not shown in T42 double size. Added color coding for cv gas list: In previous version only a warning was highlighted using the red color. Now a better gas selection is highlighted in green. Gas without notification is blue while the active gas is shown in white
author Ideenmodellierer
date Sun, 06 Sep 2020 21:17:59 +0200
parents 39c147e47c1c
children 6fbf7cd391cb
comparison
equal deleted inserted replaced
517:85e0945552ce 518:0a09afac969f
34 34
35 /* Exported functions --------------------------------------------------------*/ 35 /* Exported functions --------------------------------------------------------*/
36 void t3_init(void); 36 void t3_init(void);
37 void t3_refresh(void); 37 void t3_refresh(void);
38 void t3_change_customview(uint8_t action); 38 void t3_change_customview(uint8_t action);
39 uint8_t t3_GetEnabled_customviews(); 39 uint8_t t3_GetEnabled_customviews(void);
40 uint8_t t3_getCustomView(void);
40 41
41 #endif /* T3_H */ 42 #endif /* T3_H */