Mercurial > public > ostc4
comparison Discovery/Src/tHome.c @ 379:0dbf550dc743 MotionDetection
Added missing customerview selection
In the previous version only 6 out of 10 custom views could be configurated => Added a second page for the dive menu system tab
In case all views are deactivated the none / debug page will be set as default
author | ideenmodellierer |
---|---|
date | Mon, 16 Sep 2019 22:49:34 +0200 |
parents | b111fc4250e9 |
children | 427ae9f8e28e |
comparison
equal
deleted
inserted
replaced
378:834e087505ec | 379:0dbf550dc743 |
---|---|
55 static uint8_t warning_toogle_count; | 55 static uint8_t warning_toogle_count; |
56 static uint16_t display_toogle_count; | 56 static uint16_t display_toogle_count; |
57 static uint16_t tHome_tick_count_cview; | 57 static uint16_t tHome_tick_count_cview; |
58 static uint16_t tHome_tick_count_field; | 58 static uint16_t tHome_tick_count_field; |
59 | 59 |
60 const uint8_t cv_changelist[6] = {CVIEW_Compass, CVIEW_SummaryOfLeftCorner, CVIEW_Tissues, CVIEW_Profile, CVIEW_EADTime, CVIEW_Gaslist}; | 60 const uint8_t cv_changelist[] = {CVIEW_Compass, CVIEW_SummaryOfLeftCorner, CVIEW_Tissues, CVIEW_Profile, CVIEW_EADTime, CVIEW_Gaslist, CVIEW_noneOrDebug, CVIEW_Decolist,CVIEW_sensors,CVIEW_sensors_mV, CVIEW_END}; |
61 | 61 |
62 /* Private function prototypes -----------------------------------------------*/ | 62 /* Private function prototypes -----------------------------------------------*/ |
63 | 63 |
64 /* Exported functions --------------------------------------------------------*/ | 64 /* Exported functions --------------------------------------------------------*/ |
65 | 65 |