Azoteq / IQS621DisplayTerminal

Dependents:   IQS621_HelloWorld

Files at this revision

API Documentation at this revision

Comitter:
mventer
Date:
Wed Mar 21 05:52:37 2018 +0000
Parent:
8:28ab2dd50b9f
Commit message:
For use with IQS621_DualPIR_ALS_Temp.

Changed in this revision

IQS621DisplayTerminal.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/IQS621DisplayTerminal.cpp	Sun May 14 20:58:15 2017 +0000
+++ b/IQS621DisplayTerminal.cpp	Wed Mar 21 05:52:37 2018 +0000
@@ -56,7 +56,7 @@
         if ( color == NULL || color[i] == 0 )
             printf("%02x ", buffer[i]);
         else
-#define USE_IQS_COLOR_DISPLAY
+#define DONT_USE_IQS_COLOR_DISPLAY 1
 #ifndef DONT_USE_IQS_COLOR_DISPLAY
             printf("\x1b[32m%02x\x1b[30m ", buffer[i]); // print out in green (ANSI VT100 code)
 #else