AceSegment  0.4.0
An adjustable, configurable, and extensible framework for rendering seven segment LED displays.
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 Nace_segment
 CCharWriterThe CharWriter supports mapping of ASCII (0 - 127) characters to segment patterns supported by LedDisplay
 CClockWriterThe ClockWriter writes "hh:mm" and "yyyy" to the LedDisplay
 CHardwareClass that provides a layer of indirection to various hardware pins and timing class
 CHwSpiAdapterHardware SPI
 CLedDisplayGeneral interface for writing LED segment patterns to the LED display module
 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
 CLedMatrixDualShiftRegisterAn LedMatrix that whose group pins are attached to one 74HC595 shift register and the element pins are attached to another shift register
 CLedMatrixSingleShiftRegisterAn implementation of LedMatrixBase with an 74HC595 Serial-To-Parallel converter chip on the segment pins, with the digit pins directly connected to the microcontroller
 CNumberWriterThe NumberWriter supports converting decimal and hexadecimal numbers to segment patterns expected by LedDisplay
 CScanningDisplayAn implementation of LedDisplay for display modules which do not have hardware controller chips, so they require the microcontroller to perform the multiplexed scanning across the digits
 CStringWriterClass that writes out a string, collapsing '
 CSwSpiAdapterSoftware SPI using shiftOut()