HT16K33 Display Library

Discussion about programs, libraries and tools that work with MicroPython. Mostly these are provided by a third party.
Target audience: All users and developers of MicroPython.
Post Reply
hybotics
Posts: 33
Joined: Tue Apr 03, 2018 2:58 am
Contact:

HT16K33 Display Library

Post by hybotics » Wed Jul 28, 2021 1:58 am

I have been working on my Micropython HT16K33 library. I added a feature that allows automatically rounding an input number. It will round up to the point where there is no decimal part in order to fit it on a display. There is the same ability to specify the number of decimal places to round to. Feel free to open an issue if you find a problem or have suggestions. You may also submit a PR if you want to help move development along. I do not have everything in the library yet because I do not have any of the matrix displays to test with. As of right now, I have only tested the 4 digit 14-segment alphanumeric displays. I will be able to test the 4 digit 7-segment displays as soon as I solder the ones I have up.

8-Dale

Post Reply