bremme / arduino-tm1637

Arduino library for using a 4 digit seven segment display with TM1636 or TM1637 driver IC
GNU General Public License v2.0
164 stars 62 forks source link

More precise vertical scale (with more levels) #24

Closed pablo-lp closed 4 years ago

pablo-lp commented 6 years ago

This version adds a new method in SevenSegmentFun to display a more precise scale print9LevelVertical()

The levels are triggered over ( 0, 12.5, 25, 37.5, 50, 62.5, 75, 87.5 100) with 2 levels x digit, 8 levels on a 4 segment display excluding 0 level

bremme commented 4 years ago

Thanks a lot for your suggestion! I have included this in the most recent release and added your name to the changelog in the README.