"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!