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

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
 

Detailed Description

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.


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