Library to drive a pair of Adafruit 16x8 led matrices (powered by Adafruit LED Backpack) rotated end to end and stuck together to make a larger matrix.

Dependencies:   Adafruit_LEDBackpack

Dependents:   Adafruit_LEDBackpack_32x8_App RubeGoldberg

/media/uploads/maclobdell/austin_iot_lab.jpg

Revision:
2:cdcd2d7d83c3
Parent:
1:ed6764fbda54
--- a/Adafruit_32x8matrix.h	Fri Nov 10 14:08:31 2017 -0600
+++ b/Adafruit_32x8matrix.h	Mon Dec 11 19:22:54 2017 +0000
@@ -16,7 +16,8 @@
     
     void scrollText(char * , uint8_t , uint8_t );
     void showText(char * , uint8_t , uint8_t );
-  
+    void playText(char * , uint8_t , uint8_t );
+   
 private:
     I2C *_i2c;
     Adafruit_16x8matrix _matrix;