GUI parts for DISCO-F746NG. GuiBase, Button, ButtonGroup, ResetButton, Label, BlinkLabel, NumericLabel, SeekBar, SeekbarGroup, NumericUpDown

Dependencies:   Array_Matrix BSP_DISCO_F746NG LCD_DISCO_F746NG TS_DISCO_F746NG

Dependents:   F746_AudioOutQSPI F746_AudioPlayerSD DISCO-F746NG_test001 F746_SD_WavPlayer ... more

Revision:
33:50b8f7654c36
Parent:
19:ba5be6b8bc99
--- a/F746_GUI.hpp	Sun Apr 02 06:59:09 2017 +0000
+++ b/F746_GUI.hpp	Mon Mar 12 04:22:48 2018 +0000
@@ -3,7 +3,7 @@
 //  using 宣言をまとめたもの
 //  Include statements for F746-DISCO GUI and using directive
 //
-//  2016/08/15, Copyright (c) 2016 MIKAMI, Naoki
+//  2018/03/12, Copyright (c) 2018 MIKAMI, Naoki
 //--------------------------------------------------------------
 
 #include "mbed.h"
@@ -16,5 +16,6 @@
 #include "NumericLabel.hpp"
 #include "ResetButton.hpp"
 #include "SeekbarGroup.hpp"
+#include "NumericUpDown.hpp"
 
 using namespace Mikami;