Forked LEDMatrix and added horizontal scrolling
Fork of LEDMatrix by
Diff: LEDMatrix.h
- Revision:
- 5:334fc002e200
- Parent:
- 4:40d4afefcd74
diff -r 40d4afefcd74 -r 334fc002e200 LEDMatrix.h
--- a/LEDMatrix.h Fri Jan 15 09:50:10 2016 +0000
+++ b/LEDMatrix.h Fri Jan 15 12:18:34 2016 +0000
@@ -94,7 +94,7 @@
void setScrollRate(int rate);
void setFlashRate(int rate);
- void setAlert(int lineIdx, bool alertOn);
+ void setHighlight(int lineIdx, bool highlightOn);
// Called frequently and regularly to handle effects like scrolling
void serviceEffects();
@@ -114,7 +114,7 @@
bool _isBusy;
int _charSeparation;
int _lineScrollInc[LED_MATRIX_MAX_LINES];
- bool _lineAlert[LED_MATRIX_MAX_LINES];
+ bool _lineHighlight[LED_MATRIX_MAX_LINES];
bool _lineInvert[LED_MATRIX_MAX_LINES];
int _flashCounter;
int _flashRate;
