Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Revision 9:001a4f68648c, committed 2018-03-21
- 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