Page 1 of 1

Hiletgo 7 segment display

Posted: Wed Feb 28, 2018 6:32 pm
by gcarver
HiLetgo 4 Bits Digital Tube LED Segment Display Module
https://www.amazon.com/gp/product/B01DK ... UTF8&psc=1

https://github.com/GuyCarver/MicroPytho ... evenseg.py

Kind of dirty with no comments, but it works. I see now that there is a similar driver for tm1637. So this is redundant.

Re: Hiletgo 7 segment display

Posted: Thu Mar 01, 2018 1:53 pm
by deshipu
There already is a driver for TM1637 here: viewtopic.php?f=14&t=2781&p=25512

Re: Hiletgo 7 segment display

Posted: Thu Mar 01, 2018 6:01 pm
by gcarver
Very true, and probably a better one.