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

Rotate single digit? #43

Open drewsed opened 4 years ago

drewsed commented 4 years ago

Hi, i use a TM1637 to interface a existing display inside a alarm clock, where the first two digits are rotated and the second two digits are not.

I can drive the display with my own code to display the time properly. Now i found your great library and i wonder if it is possible to rotate (180 degree) single digits, so i can use your cool fun section ;) and print functions.

Cheers, drew

drewsed commented 4 years ago

Oh, i just realized, that quite a long time passed, since here was some activity. I will look into this myself if i find some spare time. It is not highest priority in my todo list, though...

bremme commented 4 years ago

Sorry for my late reply @drewsed. Sounds like a cool addition, although not so many people might actually need it perhaps. But it should not be that hard to implement I think. You are more then welcome to open up a PR. Once I find some time to work on the library again I might implement it myself perhaps.