arkhipenko / TM1650

TM1650 based seven segment display driver for arduino
http://playground.arduino.cc/Main/TM1650
Other
26 stars 14 forks source link

Fixed brightness #5

Open looxonline opened 3 years ago

looxonline commented 3 years ago

The TM1650_MIN_BRIGHT def was set to 0 which is below the min of 1. This results in the gradual display fade not working correctly. I also changed the delay spent on each level to be an input variable so that the user can decide how gradual the fade should be.