Library for Sure Electronics HT1632 based LED matrix displays. Supports multiple displays connected together.
Dependents: HT1632MsgScroller SMS_LEDMatrixPrinter
Revision 15:9323fab1db01, committed 2013-07-29
- 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 |
diff -r b051965066db -r 9323fab1db01 HT1632_LedMatrix.cpp --- 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