AceSegment
0.2.0
An adjustable, configurable, and extensible framework for rendering seven segment LED displays.
|
Data structure that keeps track of the state of each digit (its segment bit pattern and its style). More...
#include <StyledDigit.h>
Public Types | |
typedef uint8_t | StyleType |
Public Member Functions | |
void | setDecimalPoint () |
void | clearDecimalPoint () |
Public Attributes | |
uint8_t | pattern |
uint8_t | style |
Data structure that keeps track of the state of each digit (its segment bit pattern and its style).
Definition at line 36 of file StyledDigit.h.