7-Segment Display Driver class, via an 8-bit shift register (such as the 74HC595)

Files at this revision

API Documentation at this revision

Comitter:
paul80nd
Date:
Sun May 01 17:34:00 2011 +0000
Parent:
0:1832d0ed8da8
Commit message:
Gettin\ me 7 and 8\s mixed up

Changed in this revision

7SegSRDriver.h Show annotated file Show diff for this revision Revisions of this file
--- a/7SegSRDriver.h	Sun May 01 16:13:00 2011 +0000
+++ b/7SegSRDriver.h	Sun May 01 17:34:00 2011 +0000
@@ -31,7 +31,7 @@
 //Char defs: 0123456789AbCdEF
 const unsigned char SSegSRDriver_chardefs[16] = {0x3F, 0x6, 0x5B, 0x4F, 0x66, 0x6D, 0x7D, 0x7, 0x7F, 0x6F, 0x77, 0x7C, 0x39, 0x5E, 0x79, 0x71 };
 
-/** 7-Segment Display Driver class, via a 7-bit shift register (such as the 74HC595)
+/** 7-Segment Display Driver class, via a 8-bit shift register (such as the 74HC595)
  *
  * Display should be hooked up to shift register as follows:
  * Q0 : Decimal Point, Q1-Q7 : Segments a-g