avishorp / TM1637

Arduino library for TM1637 (LED Driver)
GNU Lesser General Public License v3.0
427 stars 218 forks source link

Blink Display #29

Closed Persp0lisy closed 6 years ago

Persp0lisy commented 6 years ago

hi thanks for your useful library. i tried to make blink function in my sketch by display.setbritness() function but i failed. could you help me please?

avishorp commented 6 years ago

This function doesn't change the brightness immediately. The new brightness value will be sent to the display the next time you call setSegments/setNumberDec.

Persp0lisy commented 6 years ago

thank you,problem solved. good luck.