AceSegment
0.4.0
An adjustable, configurable, and extensible framework for rendering seven segment LED displays.
|
The CharWriter supports mapping of ASCII (0 - 127) characters to segment patterns supported by LedDisplay. More...
#include <CharWriter.h>
Public Member Functions | |
CharWriter (LedDisplay &ledDisplay) | |
Constructor. | |
void | writeCharAt (uint8_t pos, char c) |
Write the character at the specified position. | |
LedDisplay & | display () const |
Get the underlying LedDisplay. | |
Static Public Attributes | |
static const uint8_t | kNumCharacters = 128 |
The CharWriter supports mapping of ASCII (0 - 127) characters to segment patterns supported by LedDisplay.
Definition at line 37 of file CharWriter.h.