Helligkeit vom LCD anpassen

Show and discuss your Ideas and Modifikations!
Post Reply
User avatar
designer2k2
Administrator
Posts: 721
Joined: Mon 31. May 2010, 20:13
Location: Innsbruck
Contact:

Helligkeit vom LCD anpassen

Post 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
itsmyfault...
Post Reply