AceSegment  0.12.0
A library for rendering seven segment LED displays using the TM1637, TM1638, MAX7219, HT16K33, or 74HC595 controller chips
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 Nace_segment
 CClockInterfaceA utility class (all methods are static) that provides a layer of indirection to Arduino clock functions (millis() and micros())
 CDirectFast4ModuleAn implementation of LedModule whose segment and digit pins are directly connected to the GPIO pins of the microcontroller
 CDirectModuleAn implementation of LedModule whose segment and digit pins are directly connected to the GPIO pins of the microcontroller
 CGpioInterfaceA utility lass that provides a thin layer of indirection to various GPIO functions
 CHc595ModuleAn implementation of LedModule class that supports an LED module using 2 74HC595 Shift Register chips
 CHt16k33ModuleAn implementation of LedModule using the HT16K33 chip
 CHybridModuleAn implementation of LedModule class that supports an LED module using a single 74HC595 Shift Register chip on the segment pins
 CLedMatrixBaseClass that represents the abstraction of a particular LED display wiring, and knows how to turn off and turn on a specific group of LEDs with a specific pattern
 CLedMatrixDirectAn LedMatrixBase that whose group pins and element pins are wired directly to the MCU
 CLedMatrixDualHc595An LedMatrix that whose group pins are attached to one 74HC595 shift register and the element pins are attached to another 74HC595 shift register
 CLedMatrixSingleHc595An implementation of LedMatrixBase with an 74HC595 Shift Register chip on the segment pins, with the digit pins directly connected to the microcontroller
 CLedModuleGeneral interface that represents a generic seven-segment LED module with multiple digits
 CMax7219ModuleAn implementation of LedModule using the MAX7219 chip
 CScanningModuleAn implementation of LedModule for display modules which do not have hardware controller chips, so they require the microcontroller to perform the multiplexed scanning across the digits
 CTm1637ModuleAn implementation of LedModule using the TM1637 chip
 CTm1638AnodeModuleAn implementation of LedModule using the TM1638 chip
 CTm1638ModuleAn implementation of LedModule using the TM1638 chip