avishorp / TM1637

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

Colon setter and brightness range fixed. #7

Closed Beanow closed 8 years ago

Beanow commented 9 years ago

The previous colon changes were not merged I see because it wasn't supported across the different functions. This will only regard the boolean value.

Secondly I thought it was weird to have to set the enable bit through the setBrightness function. This uses a range of 0-8 where 0 == Off. (See #6)

avishorp commented 8 years ago

These two issues are going to be take care of in the next release (in a different way). Thanks, Avishay