Mercurial > public > ostc4
comparison Discovery/Src/t6_apnea.c @ 981:c6c781a2e85b default
Merge into default
| author | heinrichsweikamp |
|---|---|
| date | Tue, 11 Feb 2025 18:12:00 +0100 |
| parents | 18946846b95b |
| children |
comparison
equal
deleted
inserted
replaced
| 871:f7318457df4d | 981:c6c781a2e85b |
|---|---|
| 44 GFX_DrawCfgWindow t6r1; | 44 GFX_DrawCfgWindow t6r1; |
| 45 GFX_DrawCfgWindow t6c1; | 45 GFX_DrawCfgWindow t6c1; |
| 46 GFX_DrawCfgWindow t6c2; | 46 GFX_DrawCfgWindow t6c2; |
| 47 GFX_DrawCfgWindow t6c3; // for menu text | 47 GFX_DrawCfgWindow t6c3; // for menu text |
| 48 | 48 |
| 49 uint8_t t6_selection_customview = 0; | 49 uint8_t t6_selection_customview = CVIEW_T3_noneOrDebug; |
| 50 | 50 |
| 51 /* Imported function prototypes ---------------------------------------------*/ | 51 /* Imported function prototypes ---------------------------------------------*/ |
| 52 | 52 |
| 53 /* Private types -------------------------------------------------------------*/ | 53 /* Private types -------------------------------------------------------------*/ |
| 54 | 54 |
| 59 | 59 |
| 60 #define TEXTSIZE 16 | 60 #define TEXTSIZE 16 |
| 61 | 61 |
| 62 const uint8_t t6_customviewsStandard[] = | 62 const uint8_t t6_customviewsStandard[] = |
| 63 { | 63 { |
| 64 CVIEW_noneOrDebug, | 64 CVIEW_T3_noneOrDebug, |
| 65 CVIEW_T3_Temperature, | 65 CVIEW_T3_Temperature, |
| 66 CVIEW_T3_END | 66 CVIEW_T3_END |
| 67 }; | 67 }; |
| 68 | 68 |
| 69 const uint8_t *t6_customviews = t6_customviewsStandard; | 69 const uint8_t *t6_customviews = t6_customviewsStandard; |
