Replies: 5 comments 8 replies
-
https://lygte-info.dk/project/DisplayDriver%20UK.html Found this, no idea if this is good, huge, or something useful, but might be worth a look? "I needed a library for a 7 segment display, but was not satisfied with the Arduino libraries, as a result I have made a new "library" that can handle nearly every cheap display on Ebay (See above picture, they are all supported) and has functions to display int/long/float/double/hex/binary/text. The library is fast and fairly compact. The displays supported include: HC164, HC595, HT1621, HT16K33, MAX7219, TM1637 and TM1638" |
Beta Was this translation helpful? Give feedback.
-
and some critique on the above lib: https://forum.arduino.cc/t/library-for-many-7-14-16-segment-serial-displays/594987/9 |
Beta Was this translation helpful? Give feedback.
-
it seems to use lots of defines that you choose at compile time to select what chip you have, which might be a problem for a generic use like our case is. |
Beta Was this translation helpful? Give feedback.
-
Max7219 are darn cheap and available to everyone. What are the benefits of TM1637? |
Beta Was this translation helpful? Give feedback.
-
there is now a pull request for this: #1252 |
Beta Was this translation helpful? Give feedback.
-
Is your feature request related to a problem? Please describe.
Support displays like this: https://www.amazon.com/s?k=TM1637+display&ref=nb_sb_noss_2
Describe the solution you'd like
Arduino library: https://github.com/avishorp/TM1637
Describe alternatives you've considered
MAX7219s
Additional context
This has come up twice in the last couple of weeks in Discord.
Beta Was this translation helpful? Give feedback.
All reactions