Mercurial > public > ostc4
comparison Discovery/Inc/t3.h @ 582:64bf41faab83
Show Fallback if no valid sensor value is available:
In previous version fallback was shown when communication to HUD was lost. Now it will be displayed in case no sensor value ist judged as valid. In case of a fallback event ppo2 warnings as well as the data readings are no longer displayed.
author | Ideenmodellierer |
---|---|
date | Sat, 12 Dec 2020 20:52:58 +0100 |
parents | 6fbf7cd391cb |
children | f52bc70e380f |
comparison
equal
deleted
inserted
replaced
581:011d8f9f5ddb | 582:64bf41faab83 |
---|---|
33 #include "gfx_engine.h" | 33 #include "gfx_engine.h" |
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 uint8_t t3_change_customview(uint8_t action); |
39 uint8_t t3_GetEnabled_customviews(void); | 39 uint8_t t3_GetEnabled_customviews(void); |
40 uint8_t t3_getCustomView(void); | 40 uint8_t t3_getCustomView(void); |
41 void t3_set_customview_to_primary(void); | 41 void t3_set_customview_to_primary(void); |
42 uint8_t t3_customview_disabled(uint8_t view); | |
42 | 43 |
43 #endif /* T3_H */ | 44 #endif /* T3_H */ |