AceSegment
AceSegment copied to clipboard
A library for rendering seven segment LED modules using the TM1637, TM1638, MAX7219, HT16K33, or 74HC595 controller chip.
Results
1
AceSegment issues
Sort by
recently updated
recently updated
newest added
The MAX7219 supports chained displays. For example, one could have 2 or more 4-digit 7-segment displays chained. It would appear that other libraries address this in the following way: https://github.com/wayoda/LedControl/blob/master/src/LedControl.cpp#L192-L195