AceSegment
0.2.0
An adjustable, configurable, and extensible framework for rendering seven segment LED displays.
|
Cace_segment::CharWriter | The CharWriter supports mapping of ASCII (0 - 127) characters to segment patterns supported by Renderer |
Cace_segment::DimmingDigit | |
▼Cace_segment::Driver | Base class of drivers which knows how to transfer the bit patterns stored in the array of DimmingDigit objects to the actual LED display |
▼Cace_segment::DigitDriver | |
Cace_segment::ModulatingDigitDriver | |
Cace_segment::SegmentDriver | |
Cace_segment::DriverBuilder | |
Cace_segment::Hardware | |
Cace_segment::HexWriter | The HexWriter supports mapping of Hex characters to segment patterns supported by Renderer |
▼Cace_segment::LedMatrix | |
Cace_segment::LedMatrixDirect | |
▼Cace_segment::LedMatrixSerial | An LedMatrix with an 74HC595 Serial-To-Parallel converter chip on the segment pins |
Cace_segment::LedMatrixSpi | Similar to LedMatrixSerial accept that it uses SPI to talk to the 74HC595 chip instead of the shiftOut() method |
Cace_segment::Renderer | A 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::RendererBuilder | A builder for the Renderer |
Cace_segment::StringWriter | Class that writes out a string, collapsing ' |
Cace_segment::StyledDigit | Data structure that keeps track of the state of each digit (its segment bit pattern and its style) |
Cace_segment::TimingStats | |
Cace_segment::Util |