AceSegment  0.3.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
 CBlinkStyler
 CCharWriterThe CharWriter supports mapping of ASCII (0 - 127) characters to segment patterns supported by Renderer
 CDigitDriverA Driver that assumes that the resistors are on the segments so the multiplexing occurs by scanning through the digits
 CDimmablePattern
 CDriverBase class of drivers which knows how to transfer the bit patterns stored in the array of DimmablePattern objects to the actual LED display
 CDriverBuilder
 CHardware
 CHexWriterThe HexWriter supports mapping of Hex characters to segment patterns supported by Renderer
 CLedMatrixClass that represents the abstraction of a particular LED display wiring
 CLedMatrixDirect
 CLedMatrixSerialAn LedMatrix with an 74HC595 Serial-To-Parallel converter chip on the segment pins
 CLedMatrixSpiSimilar to LedMatrixSerial but uses SPI to talk to the 74HC595 chip instead of the shiftOut() method
 CModulatingDigitDriver
 CPulseStyler
 CRendererA class that knows how to translate an array of led segement bit patterns with style attributes to a displayable frame for the Driver class
 CRendererBuilderA builder for the Renderer
 CSegmentDriverA Driver that assumes that the resistors are on the digits so the multiplexing occurs by scanning through the segments
 CStringWriterClass that writes out a string, collapsing '
 CStyledPatternData structure that keeps track of the state of each digit (its segment bit pattern and its style)
 CStylerInterface for classes which apply a style to the given bit pattern and brightness
 CTimingStats
 CUtil