Library for Princeton PT6961 LED driver. Supports 6 digits @ 12 segments or 7 digits @ 11 segments. Also supports keyboard scanning of upto 30 keys. SPI interface.

Dependents:   mbed_PT6961

This LED driver is found in frontpanel controllers of consumer electronics such as DVD players. The added features such as the matrix keyboard scanning are useful in these applications.

Additional information is available on the component page here

Revision:
2:c6883ede8d8b
Parent:
1:eb4758bba68a
diff -r eb4758bba68a -r c6883ede8d8b Font_7Seg.cpp
--- a/Font_7Seg.cpp	Thu Jan 07 20:57:00 2016 +0000
+++ b/Font_7Seg.cpp	Thu Jan 14 20:03:13 2016 +0000
@@ -37,7 +37,7 @@
                                  };
 
 
-// ASCII Font definition table for transmission to PT6312
+// ASCII Font definition table for transmission to PT6961
 //
 //#define FONT_7S_START     0x20
 //#define FONT_7S_END       0x7F
@@ -60,7 +60,7 @@
                          C7_D,
                          C7_E,
                          C7_F
-                             };// 127                             
+                        };// 127                             
   
 #endif 
 
@@ -78,7 +78,7 @@
                                  };
 
 
-// ASCII Font definition table for transmission to PT6312
+// ASCII Font definition table for transmission to PT6961
 //
 //#define FONT_7S_START     0x20
 //#define FONT_7S_END       0x7F
@@ -101,6 +101,6 @@
                          C7_D,
                          C7_E,
                          C7_F
-                             };// 127                             
+                        };// 127                             
   
 #endif 
\ No newline at end of file