AceSegment
0.3.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 <StyledPattern.h>
Public Member Functions | |
void | setDecimalPoint () |
void | clearDecimalPoint () |
Public Attributes | |
uint8_t | pattern |
uint8_t | style |
Static Public Attributes | |
static const uint8_t | kStyleNormal = 0 |
Data structure that keeps track of the state of each digit (its segment bit pattern and its style).
Definition at line 36 of file StyledPattern.h.