6 x 7 segment display library for PCA9637 driven breakout board

Dependents:   FTSE100 InternetDispBoB digitalThermometer Counter ... more

Revision:
14:10570d97f4d3
Parent:
13:38780808dc2f
Child:
15:a9abac3696b0
--- a/dispBoB.cpp	Mon Jul 04 08:42:21 2011 +0000
+++ b/dispBoB.cpp	Mon Jul 04 08:45:57 2011 +0000
@@ -124,12 +124,6 @@
     _pca.bus(leds);
 }
 
-void dispBoB::brightness(char value){
-    for(int i = 0; i < 3; i++){
-        _pca.setAddress(loc[i]);
-        _pca.brightness(0xFF, value);
-    }
-}