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

Fork of 7SegSRDriver by Paul Law

Revision:
1:e55f543bc06b
Parent:
0:1832d0ed8da8
Child:
2:5f76214d096c
--- 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