Page 1 of 1

Helligkeit vom LCD anpassen

Posted: Mon 22. Aug 2011, 21:18
by designer2k2
Servus,

ein "Mini-Mod" :oops:

in der Hauptdatei (bei mir work_designer2k2_03.pde): Um Zeile 275:

Code: Select all

//The LCD Brightness, what could be cycled through
const unsigned int LCDBrightnessD[] PROGMEM = 
{ 
  50,125,255        //Change this for other settings depending on what you like
};
ändern auf:

Code: Select all

//The LCD Brightness, what could be cycled through
const unsigned int LCDBrightnessD[] PROGMEM = 
{ 
  25,125,255        //Change this for other settings depending on what you like
};
damit ist das LCD bei mir in der Nacht ca so Hell wie der Tacho, mit 50 wars deutlich zu Hell...

mfg Steff