this post was submitted on 02 Dec 2023
4 points (100.0% liked)
Arduino
349 readers
1 users here now
Arduino is an open-source electronic prototyping platform enabling users to create interactive electronic objects.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Hi there. When I've needed to use these displays, I needed to save pins on my MCU, so I used the TM1637, which can drive up to 4 digits using only 2 pins, though it isn't i2c.
Otherwise, you'll need to build a fat function, with two inputs: updateDigit(digitPosition0-3,number0-9)
Edit: here's a quick tutorial: https://www.makerguides.com/tm1637-arduino-tutorial/