AceSegmentWriter
0.4
Write decimal numbers, hex numbers, temperature, clock digits, characters, and strings to seven segment LED modules
|
▼Nace_segment | |
CCharWriter | The CharWriter supports mapping of an 8-bit character set to segment patterns supported by LedModule |
CClockWriter | The ClockWriter writes "hh:mm" and "yyyy" to the LedModule |
CLevelWriter | Emulate a level led module using a left vertical bar and a right vertical bar on each digit |
CNumberWriter | The NumberWriter supports converting decimal and hexadecimal numbers to segment patterns expected by LedModule |
CPatternWriter | Write LED segment patterns to the underlying LedModule |
CStringScroller | Class that scrolls a string left or right |
CStringWriter | Class that writes out a string, collapsing ' |
CTemperatureWriter | The TemperatureWriter supports writing integer temperature values in Celcius or Farenheit |