comparison Discovery/Src/tMenuEditCustom.c @ 1050:88b6ab90c55a GasConsumption

Added separate LLC view for surface GF: A new LLC view has been added. In addition the surface GF is now clipped to a value of 9.99 => 999% in the visualization
author Ideenmodellierer
date Wed, 19 Nov 2025 21:34:18 +0100
parents 5b913cdaa9dc
children
comparison
equal deleted inserted replaced
1049:d91345e9c009 1050:88b6ab90c55a
196 case LLC_Compass: 196 case LLC_Compass:
197 text[4] = TXT_2BYTE; 197 text[4] = TXT_2BYTE;
198 text[5] = TXT2BYTE_Compass; 198 text[5] = TXT2BYTE_Compass;
199 199
200 break; 200 break;
201 case LCC_GF_SURF:
202 text[4] = TXT_2BYTE;
203 text[5] = TXT2BYTE_GFSurf;
204 break;
201 /* none */ 205 /* none */
202 case LLC_Empty: 206 case LLC_Empty:
203 text[4] = '-'; 207 text[4] = '-';
204 break; 208 break;
205 default: 209 default: