Azoteq / IQS621DisplayTerminal

Dependents:   IQS621_HelloWorld

Revision:
4:cfd35dc9976a
Parent:
3:10112b6b8d3c
Child:
5:2f315f806f0c
diff -r 10112b6b8d3c -r cfd35dc9976a IQS621DisplayTerminal.cpp
--- a/IQS621DisplayTerminal.cpp	Fri May 12 23:13:19 2017 +0000
+++ b/IQS621DisplayTerminal.cpp	Sat May 13 00:14:25 2017 +0000
@@ -62,14 +62,6 @@
       }
  }
 
-
-static char checkerBoard [] = { // a byte array with alternate 0's and 1's
-0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1, 0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1, 0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1, 0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1, 
-0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1, 0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1, 0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1, 0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1, 
-0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1, 0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1, 0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1, 0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1, 
-0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1, 0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1, 0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1, 0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1, 
-};
-
 // formatted hex display of IQS621 registers
 void IQS621Display::showRegisters(char * buffer, char * color) {