View Single Post
Old 01-21-2009, 01:21 PM   #15 (permalink)
Nevyn
Master EcoModder
 
Join Date: Nov 2008
Location: 18603, USA
Posts: 759

The Crimson Crawler - '04 Hyundai Elantra GLS
90 day: 36.71 mpg (US)
Thanks: 221
Thanked 60 Times in 45 Posts
"Brightness 3" in the 0.74 code is 50% brightness (128). Range is 255(off) to 0(100%). Code has:

Brightness 0 = 255 (off)
Brightness 1 = 214 (15%)
Brightness 2 = 171 (33%)
Brightness 3 = 128 (50%)


If you change the line in the code:
Quote:
byte brightness[]={255,214,171,128}; //middle button cycles through these brightness settings
so that the "128" is only "1" (delete the two and the eight), that'll give you 99.6% maximum brightness - and man, is that ridiculously bright!

Last edited by Nevyn; 01-21-2009 at 01:32 PM..
  Reply With Quote