This is a library for the Adafruit LED Backpacks. This library works with the Adafruit Mini 8x8 and 16x8.

Dependents:   Adafruit_LEDBackpack_16x8_App Adafruit_32x8matrix

Fork of Adafruit_LEDBackpack by Luiz Hespanha

Revision:
2:529bad55777e
Parent:
1:f066d5347c60
Child:
3:b0ac557b5f0c
--- a/Adafruit_LEDBackpack.h	Fri Aug 16 15:44:44 2013 +0000
+++ b/Adafruit_LEDBackpack.h	Thu Dec 15 17:31:22 2016 +0000
@@ -71,4 +71,13 @@
   void drawPixel(int16_t x, int16_t y, uint16_t color);
 
  private:
+};
+
+class Adafruit_16x8matrix : public Adafruit_LEDBackpack, public Adafruit_GFX {
+ public:
+  Adafruit_16x8matrix(I2C *i2c);
+
+  void drawPixel(int16_t x, int16_t y, uint16_t color);
+
+ private:
 };
\ No newline at end of file