Adafruit-RGB_matrix_Panel(32*16)

Dependencies:   Adafruit-GFX

Revision:
7:3ac98c836aa1
Parent:
5:1f8409ee8850
Child:
9:349baf041171
--- a/RGBmatrixPanel.h	Sun May 25 11:30:30 2014 +0000
+++ b/RGBmatrixPanel.h	Sun May 25 11:42:50 2014 +0000
@@ -5,14 +5,12 @@
 #define _BV(bit) (1<<(bit))
 #endif
 
-
 #ifdef DEBUG
 #define log_debug(format,...)   std::printf(format,##__VA_ARGS__)
 #else
 #define log_debug(...)
 #endif
 
-
 class RGBmatrixPanel : public Adafruit_GFX
 {