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

Dependents:   HT1632MsgScroller SMS_LEDMatrixPrinter

Files at this revision

API Documentation at this revision

Comitter:
SomeRandomBloke
Date:
Mon Jul 29 21:15:53 2013 +0000
Parent:
14:b051965066db
Commit message:
minor fix

Changed in this revision

HT1632_LedMatrix.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/HT1632_LedMatrix.cpp	Mon Jul 29 21:10:07 2013 +0000
+++ b/HT1632_LedMatrix.cpp	Mon Jul 29 21:15:53 2013 +0000
@@ -135,11 +135,7 @@
 
     // Disable all display CS lines by taking high
     for( uint8_t i = 0; i < 4; i++ )
-        _cs[i] = HIGH;
-//    _cs1 = HIGH;
-//    _cs2 = HIGH;
-//    _cs3 = HIGH;
-//    _cs4 = HIGH;
+        *_cs[i] = HIGH;
 
     for (uint8_t chipno=0; chipno<4; chipno++) {
         chipfree(chipno);     // unselect it