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

Dependencies:   Array_Matrix TS_DISCO_F746NG LCD_DISCO_F746NG BSP_DISCO_F746NG

Dependents:   dashboard_f1

F746_GUI.hpp

Committer:
teoff
Date:
2021-06-22
Revision:
34:f8a3f9b61aee
Parent:
33:50b8f7654c36

File content as of revision 34:f8a3f9b61aee:

//--------------------------------------------------------------
//  F746-DISCO の GUI 用のインクルード文とそれらを使うための
//  using 宣言をまとめたもの
//  Include statements for F746-DISCO GUI and using directive
//
//  2018/03/12, Copyright (c) 2018 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"
#include "NumericUpDown.hpp"

using namespace Mikami;