6 x 7 segment display library for PCA9637 driven breakout board

Dependents:   FTSE100 InternetDispBoB digitalThermometer Counter ... more

Revision:
15:a9abac3696b0
Parent:
14:10570d97f4d3
--- a/dispBoB.cpp	Mon Jul 04 08:45:57 2011 +0000
+++ b/dispBoB.cpp	Thu Jul 07 08:39:11 2011 +0000
@@ -40,6 +40,9 @@
 void dispBoB::init(void){                           //initiate - call this whenever the system needs to be reset
     _en = 0;
     _pca.init(loc[0]);
+    _pca.init(loc[2]);
+    _pca.init(loc[4]);
+    _pca.init(loc[6]);
 }
 
 void dispBoB::cls(void){                            //clear screen and screen buffers