Azoteq / IQSDisplayTerminal

Dependents:   IQS624_HelloWorld Nucleo_ACM1602_I2C_DC_Angle

Revision:
13:e5cbff2da2e7
Parent:
12:75f1d9e5bf01
Child:
14:0d885125ab78
--- a/IQSdisplayTerminal.cpp	Sun May 14 19:56:28 2017 +0000
+++ b/IQSdisplayTerminal.cpp	Sun May 14 21:24:11 2017 +0000
@@ -41,7 +41,7 @@
 {
     frameCounter++;
     puts("\x1b[H"); // ANSI/VT100 command for cursor home
-    printf("\t\t");
+    printf("\t");
     printf("\t IQS624 Register Display\r\n\r\n"); // heading
     printf("\t Frame number %06d", frameCounter);
     printf("\t I2C Speed %dk", I2Cspeed/1000);