Adafruit I2C 7 segment displays #869
Unanswered
gfwilliams
asked this question in
Interfacing
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Posted at 2016-06-07 by @gfwilliams
For displays like this: https://www.adafruit.com/products/881
Using the HT16K33 chip. This one will also interface to the alphanumeric displays like these: https://www.adafruit.com/products/1912
But it won't display anything useful, since you need to send 16 bit values to the controller (in ledShow we just send 0 for the top 8 bits)
Just thought I'd post this up:
I did it a while ago and didn't have time to make a module - thought it might help someone.
Attachments:
Beta Was this translation helpful? Give feedback.
All reactions