Quote:
Originally Posted by TurboTorben
It would be nice if you could choose the BigNum font as an option in the config menu – so you didn’t have to reload the code just because you want to change the BigNum font.
|
changing big font without recompiling would cost ~400bytes + 200bytes for configuration,
fonts itself does not look worth it.
if you want to compare 2x2 alpha and beta fonts:
does any body knows what happens if additional variable is added to params?
how about saving/loading from eeprom? it will fail for first time with new version and some data will be lost
UPDATE: if useECUState is commented (disabled) and carAlarmScreen is enabled it looks wrong near
Code:
#ifdef carAlarmScreen
displayAlarmScreen();
#else
just not jet figured out what is wrong and how to fix.
maybe somebody remembers how this should be?