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

Dependents:   HT1632MsgScroller SMS_LEDMatrixPrinter

Revision:
5:33b2bfce06b7
Parent:
4:7513dd37efed
Child:
6:80f554fd77a0
--- a/HT1632_LedMatrix.h	Fri Nov 09 22:27:39 2012 +0000
+++ b/HT1632_LedMatrix.h	Mon Nov 12 23:13:04 2012 +0000
@@ -55,6 +55,8 @@
 
     // Init/Clear/position functions
     void init( uint8_t, uint8_t );
+    void displayOff( void ) ;
+    void displayOn( void ) ;
     void clear(void);
     void setBrightness( unsigned char );
     uint8_t putChar( int, int, char );