comparison Discovery/Src/t5_gauge.c @ 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 65c7b009136f
children 18946846b95b
comparison
equal deleted inserted replaced
517:85e0945552ce 518:0a09afac969f
141 t5r1.WindowY0 = t5l1.WindowY0; 141 t5r1.WindowY0 = t5l1.WindowY0;
142 t5r1.WindowY1 = t5l1.WindowY1; 142 t5r1.WindowY1 = t5l1.WindowY1;
143 143
144 t5c1.Image = &t5screen; 144 t5c1.Image = &t5screen;
145 t5c1.WindowNumberOfTextLines = 2; 145 t5c1.WindowNumberOfTextLines = 2;
146 t5c1.WindowLineSpacing = t5l1.WindowLineSpacing; 146 t5c1.WindowLineSpacing = 84 + 5;
147 t5c1.WindowX0 = 0; 147 t5c1.WindowX0 = 0;
148 t5c1.WindowX1 = 799; 148 t5c1.WindowX1 = 799;
149 if(!pSettings->FlipDisplay) 149 if(!pSettings->FlipDisplay)
150 { 150 {
151 t5c1.WindowY0 = 0; 151 t5c1.WindowY0 = 0;