Bluetooth Enabled Keyboard/Synthesizer for mbed

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

Revision:
14:40f57385c404
Parent:
13:25d53936d385
Child:
15:8ff317cc5d2c
--- a/main.cpp	Fri Apr 29 22:33:43 2016 +0000
+++ b/main.cpp	Fri Apr 29 22:35:08 2016 +0000
@@ -222,6 +222,7 @@
 
 void uLCD_Display_Thread(void const *args){     // uLCD displays curernt waveform shape, current octave, and the values for the ADSR coefficients
     while(1){
+        uLCD.cls();
         uLCD.locate(0,0);
         switch(myWave){
         case sine: