AceSegment  0.4.0
An adjustable, configurable, and extensible framework for rendering seven segment LED displays.
Public Member Functions | Static Public Attributes | List of all members
ace_segment::CharWriter Class Reference

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.
 
LedDisplaydisplay () const
 Get the underlying LedDisplay.
 

Static Public Attributes

static const uint8_t kNumCharacters = 128
 

Detailed Description

The CharWriter supports mapping of ASCII (0 - 127) characters to segment patterns supported by LedDisplay.

Definition at line 37 of file CharWriter.h.


The documentation for this class was generated from the following files: