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.
Dependencies: TFTv2 nihh-utils xpl
Revision 4:ed0665b5d253, committed 2018-11-03
- 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