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: Array_Matrix TS_DISCO_F746NG LCD_DISCO_F746NG BSP_DISCO_F746NG
F746_GUI.hpp@34:50cabe442910, 2020-06-04 (annotated)
- Committer:
- raketitch
- Date:
- Thu Jun 04 15:23:29 2020 +0000
- Revision:
- 34:50cabe442910
- Parent:
- 33:50b8f7654c36
04/06/2020 17:23
Who changed what in which revision?
| User | Revision | Line number | New contents of line | 
|---|---|---|---|
| MikamiUitOpen | 17:483926be0cf1 | 1 | //-------------------------------------------------------------- | 
| MikamiUitOpen | 17:483926be0cf1 | 2 | // F746-DISCO の GUI 用のインクルード文とそれらを使うための | 
| MikamiUitOpen | 17:483926be0cf1 | 3 | // using 宣言をまとめたもの | 
| MikamiUitOpen | 17:483926be0cf1 | 4 | // Include statements for F746-DISCO GUI and using directive | 
| MikamiUitOpen | 17:483926be0cf1 | 5 | // | 
| MikamiUitOpen | 33:50b8f7654c36 | 6 | // 2018/03/12, Copyright (c) 2018 MIKAMI, Naoki | 
| MikamiUitOpen | 17:483926be0cf1 | 7 | //-------------------------------------------------------------- | 
| MikamiUitOpen | 17:483926be0cf1 | 8 | |
| MikamiUitOpen | 17:483926be0cf1 | 9 | #include "mbed.h" | 
| MikamiUitOpen | 17:483926be0cf1 | 10 | #ifndef __STM32F746xx_H | 
| MikamiUitOpen | 17:483926be0cf1 | 11 | #error Platform is not F746NG-DISCOVERY | 
| MikamiUitOpen | 17:483926be0cf1 | 12 | #endif | 
| MikamiUitOpen | 17:483926be0cf1 | 13 | |
| MikamiUitOpen | 17:483926be0cf1 | 14 | #include "BlinkLabel.hpp" | 
| MikamiUitOpen | 17:483926be0cf1 | 15 | #include "ButtonGroup.hpp" | 
| MikamiUitOpen | 17:483926be0cf1 | 16 | #include "NumericLabel.hpp" | 
| MikamiUitOpen | 19:ba5be6b8bc99 | 17 | #include "ResetButton.hpp" | 
| MikamiUitOpen | 17:483926be0cf1 | 18 | #include "SeekbarGroup.hpp" | 
| MikamiUitOpen | 33:50b8f7654c36 | 19 | #include "NumericUpDown.hpp" | 
| MikamiUitOpen | 17:483926be0cf1 | 20 | |
| MikamiUitOpen | 17:483926be0cf1 | 21 | using namespace Mikami; |