AceSegment  0.3.0
An adjustable, configurable, and extensible framework for rendering seven segment LED displays.
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 Cace_segment::CharWriterThe CharWriter supports mapping of ASCII (0 - 127) characters to segment patterns supported by Renderer
 Cace_segment::DimmablePattern
 Cace_segment::DriverBase class of drivers which knows how to transfer the bit patterns stored in the array of DimmablePattern objects to the actual LED display
 Cace_segment::DigitDriverA Driver that assumes that the resistors are on the segments so the multiplexing occurs by scanning through the digits
 Cace_segment::ModulatingDigitDriver
 Cace_segment::SegmentDriverA Driver that assumes that the resistors are on the digits so the multiplexing occurs by scanning through the segments
 Cace_segment::DriverBuilder
 Cace_segment::Hardware
 Cace_segment::HexWriterThe HexWriter supports mapping of Hex characters to segment patterns supported by Renderer
 Cace_segment::LedMatrixClass that represents the abstraction of a particular LED display wiring
 Cace_segment::LedMatrixDirect
 Cace_segment::LedMatrixSerialAn LedMatrix with an 74HC595 Serial-To-Parallel converter chip on the segment pins
 Cace_segment::LedMatrixSpiSimilar to LedMatrixSerial but uses SPI to talk to the 74HC595 chip instead of the shiftOut() method
 Cace_segment::RendererA class that knows how to translate an array of led segement bit patterns with style attributes to a displayable frame for the Driver class
 Cace_segment::RendererBuilderA builder for the Renderer
 Cace_segment::StringWriterClass that writes out a string, collapsing '
 Cace_segment::StyledPatternData structure that keeps track of the state of each digit (its segment bit pattern and its style)
 Cace_segment::StylerInterface for classes which apply a style to the given bit pattern and brightness
 Cace_segment::BlinkStyler
 Cace_segment::PulseStyler
 Cace_segment::TimingStats
 Cace_segment::Util