SharpShooter

Dependencies:   4DGL-uLCD-SE SDFileSystem mbed-rtos mbed wave_player

Revision:
5:f51cdddf541e
Parent:
1:8a3fa9e90572
--- a/main.cpp	Thu Oct 27 23:15:29 2016 +0000
+++ b/main.cpp	Fri Oct 28 00:36:11 2016 +0000
@@ -46,6 +46,6 @@
     //Thread thread2(switch_thread5);
     //Thread thread3(wav_thread3);
     while(1) {
-        
+        uLCD.rectangle(0,0,128,10,0xFFFFFF);
         }
 }