comparison Discovery/Src/tMenuEditCustom.c @ 656:3ccf13af4651

Added visualization of scrubber time: The remaining scrubber timer may be displayed in minutes or percentage of maximum time (both countdown). The value is displayed in the lower left corner, the overview custom view in T7 display as well as in the O2 Monitor view of the T3 display.
author Ideenmodellierer
date Sun, 25 Apr 2021 20:47:01 +0200
parents f735f1123526
children 1b995079c045
comparison
equal deleted inserted replaced
655:980b4aa60a0e 656:3ccf13af4651
158 text[4] = TXT_CNS; 158 text[4] = TXT_CNS;
159 break; 159 break;
160 case LLC_GF: 160 case LLC_GF:
161 text[4] = TXT_ActualGradient; 161 text[4] = TXT_ActualGradient;
162 break; 162 break;
163 case LLC_ScrubberTime:
164 text[4] = TXT_ScrubTime;
165 break;
166
163 #ifdef ENABLE_BOTTLE_SENSOR 167 #ifdef ENABLE_BOTTLE_SENSOR
164 case LCC_BottleBar: 168 case LCC_BottleBar:
165 text[4] = TXT_AtemGasVorrat; 169 text[4] = TXT_AtemGasVorrat;
166 break; 170 break;
167 #endif 171 #endif