25 #ifndef ACE_SEGMENT_STYLED_DIGIT_H 26 #define ACE_SEGMENT_STYLED_DIGIT_H 38 typedef uint8_t StyleType;
40 static const StyleType kStyleNormal = 0;
41 static const StyleType kStyleBlinkSlow = 1;
42 static const StyleType kStyleBlinkFast = 2;
43 static const StyleType kStylePulseSlow = 3;
44 static const StyleType kStylePulseFast = 4;
51 void setDecimalPoint() {
55 void clearDecimalPoint() {
Data structure that keeps track of the state of each digit (its segment bit pattern and its style)...