GUI parts for DISCO-F469I a fork of DISCO-F746NG. GuiBase, Button, ButtonGroup, ResetButton, Label, BlinkLabel, NumericLabel, SeekBar, SeekbarGroup

Dependents:   DISCO-F469NI_LCDTS_GUI_demo DISCO-F469NI_LCDTS_GUI_demo projekt_PSW_v1 DISCO-F469NI_LCDTS_GUI_demoaaaaaaaaaxxxx ... more

Fork of F746_GUI by 不韋 呂

Revision:
23:698bf2100743
Parent:
22:fa0181712d9c
--- a/F746_GUI.hpp	Wed Aug 17 06:17:30 2016 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-//--------------------------------------------------------------
-//  F746-DISCO の GUI 用のインクルード文とそれらを使うための
-//  using 宣言をまとめたもの
-//  Include statements for F746-DISCO GUI and using directive
-//
-//  2016/08/15, Copyright (c) 2016 MIKAMI, Naoki
-//--------------------------------------------------------------
-
-#include "mbed.h"
-#ifndef __STM32F746xx_H
-#error Platform is not F746NG-DISCOVERY
-#endif
-
-#include "BlinkLabel.hpp"
-#include "ButtonGroup.hpp"
-#include "NumericLabel.hpp"
-#include "ResetButton.hpp"
-#include "SeekbarGroup.hpp"
-
-using namespace Mikami;