Waveform display for input signal using SAI from MEMS microphone or line. MEMS マイクまたはラインから SAI により入力した信号の波形を表示する.

Dependencies:   BSP_DISCO_F746NG F746_GUI F746_SAI_IO LCD_DISCO_F746NG TS_DISCO_F746NG mbed

Revision:
3:b16250c9593c
Parent:
2:afff5ec35233
Child:
4:bf927b50098b
--- a/main.cpp	Mon Jan 16 02:55:16 2017 +0000
+++ b/main.cpp	Mon Jan 16 02:57:01 2017 +0000
@@ -26,7 +26,7 @@
     LCD_DISCO_F746NG *lcd = GuiBase::GetLcdPtr();
     lcd->Clear(BACK_COLOR);
 
-    Label labelTitle(240, 10, "Simplified Oscilloscope 21:40",
+    Label labelTitle(240, 10, "Simplified Oscilloscope",
                      Label::CENTER, Font16);
     Label labelTrigg(20, 250);