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

Fork of Adafruit_LEDBackpack by Luiz Hespanha

This is a very simple update waiting for Luiz to pull the changes.

Files at this revision

API Documentation at this revision

Comitter:
luizhespanha
Date:
Fri Aug 16 15:44:44 2013 +0000
Parent:
0:e81a6274acce
Child:
2:15a0fd378598
Commit message:
Add licence informations

Changed in this revision

Adafruit_LEDBackpack.cpp Show annotated file Show diff for this revision Revisions of this file
Adafruit_LEDBackpack.h Show annotated file Show diff for this revision Revisions of this file
--- a/Adafruit_LEDBackpack.cpp	Fri Aug 16 15:41:01 2013 +0000
+++ b/Adafruit_LEDBackpack.cpp	Fri Aug 16 15:44:44 2013 +0000
@@ -17,6 +17,10 @@
   Written by Limor Fried/Ladyada for Adafruit Industries.  
   BSD license, all text above must be included in any redistribution
  ****************************************************/
+ 
+ /*
+ *  Modified by Luiz Hespanha (http://www.d3.do) 8/16/2013 for use in LPC1768
+ */
 
 #include "mbed.h"
 #include "Adafruit_LEDBackpack.h"
--- a/Adafruit_LEDBackpack.h	Fri Aug 16 15:41:01 2013 +0000
+++ b/Adafruit_LEDBackpack.h	Fri Aug 16 15:44:44 2013 +0000
@@ -17,6 +17,10 @@
   Written by Limor Fried/Ladyada for Adafruit Industries.  
   BSD license, all text above must be included in any redistribution
  ****************************************************/
+ 
+ /*
+ *  Modified by Luiz Hespanha (http://www.d3.do) 8/16/2013 for use in LPC1768
+ */
 
 #include "mbed.h"
 #include "Adafruit_GFX.h"