app5

Dependencies:   TFTv2 nihh-utils xpl

Files at this revision

API Documentation at this revision

Comitter:
richnash
Date:
Sat Nov 03 13:33:32 2018 +0000
Parent:
3:f96822b3edb5
Commit message:
test

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Sun Oct 28 11:38:24 2018 +0000
+++ b/main.cpp	Sat Nov 03 13:33:32 2018 +0000
@@ -4,7 +4,6 @@
 // ##################################################################################
 
 // if defined this will echo all debug txt going to the TFT onto the serial port
-//#define TFT_ECHO
 int _TFT_ECHO = 0;
 
 // turn OFF dependency on being connected to ethernet
@@ -871,7 +870,6 @@
                 wait(.2); // stop 
                 
                 backlight = !backlight;
-                
                 }
             
             // every X loops send a test XPL msg
@@ -906,11 +904,11 @@
                 }
             
             // pause for a sec !
-            ThisThread::sleep_for(100);
+            ThisThread::sleep_for(200);
 			
             } while(waitTouch != false) ;
 		
 		}
-	
     }
 
+// test