Mac Lobdell / Mbed OS Adafruit_LEDBackpack_32x8_App

Dependencies:   Adafruit_32x8matrix

Fork of Adafruit_LEDBackpack_16x8_App by Mac Lobdell

Revision:
7:1bd79d71396a
Parent:
6:8d2eb79a4baf
Child:
8:5f5ceafa826d
diff -r 8d2eb79a4baf -r 1bd79d71396a Adafruit_32x8matrix.h
--- a/Adafruit_32x8matrix.h	Wed Jun 28 19:27:51 2017 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,32 +0,0 @@
-#ifndef _ADAFRUIT_32X8MATRIX_H_
-#define _ADAFRUIT_32X8MATRIX_H_
-
-#include "Adafruit_LEDBackpack.h"
-#include "Adafruit_GFX.h"
-
-//notes
-//220uA no leds on
-//default brightness - rises to 20mA at short peak then back down when scrolling hello
-//brightness = 1, rises to ~4mA at short peak then back down when scrolling hello
-
-
-class Adafruit_32x8matrix {
-public:
-    Adafruit_32x8matrix(I2C *i2c, uint8_t i2c_addr, uint8_t i2c_addr2, uint8_t rotation, uint8_t rotation2, uint8_t brightness);
-    
-    void scrollText(char * , uint8_t , uint8_t );
-    void showText(char * , uint8_t , uint8_t );
-  
-private:
-    I2C _i2c;
-    Adafruit_16x8matrix _matrix;
-    Adafruit_16x8matrix _matrix2;
-    uint8_t _i2c_addr; 
-    uint8_t _i2c_addr2;
-    uint8_t _rotation;
-    uint8_t _rotation2;
-    uint8_t _brightness;
-    
-};
-
-#endif
\ No newline at end of file