6 x 7 segment display library for PCA9637 driven breakout board

Dependents:   FTSE100 InternetDispBoB digitalThermometer Counter ... more

Files at this revision

API Documentation at this revision

Comitter:
d_worrall
Date:
Thu Jul 07 08:39:11 2011 +0000
Parent:
14:10570d97f4d3
Commit message:
version9

Changed in this revision

dispBoB.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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