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

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
 

Static Public Attributes

static const StyleType kStyleNormal = 0
 
static const StyleType kStyleBlinkSlow = 1
 
static const StyleType kStyleBlinkFast = 2
 
static const StyleType kStylePulseSlow = 3
 
static const StyleType kStylePulseFast = 4
 

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 StyledDigit.h.


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