Library for Sure Electronics HT1632 based LED matrix displays. Supports multiple displays connected together.

Dependents:   HT1632MsgScroller SMS_LEDMatrixPrinter

Revision:
10:af973a9c48b2
Parent:
9:8a3c981babd9
Child:
11:0fac71b7ec1d
--- a/HT1632_LedMatrix.h	Wed Nov 28 14:03:35 2012 +0000
+++ b/HT1632_LedMatrix.h	Wed Nov 28 16:46:44 2012 +0000
@@ -51,8 +51,8 @@
 #define USE_GRAPHIC
 
 // Defines for display sizes
-#define HT1632_32x08  1 
-#define HT1632_24x16  2
+#define HT1632_08x32  1 
+#define HT1632_16x24  2
 
 /*
  * commands written to the chip consist of a 3 bit "ID", followed by
@@ -157,7 +157,7 @@
      * @param Number of vertical displays, max 4
      * @param Type of displays being used, either 32x8 or 24x16
      */
-    void init( uint8_t, uint8_t, uint8_t displayType = HT1632_32x08 );
+    void init( uint8_t, uint8_t, uint8_t displayType = HT1632_08x32 );
     
     /** Turn off the display
      */