View Single Post
Old 03-30-2011, 08:12 AM   #657 (permalink)
eimix
EcoModding Lurker
 
Join Date: Aug 2010
Location: Lithuania
Posts: 74
Thanks: 3
Thanked 21 Times in 15 Posts
Quote:
Originally Posted by TurboTorben View Post
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?

Last edited by eimix; 03-30-2011 at 09:00 AM..
  Reply With Quote