Automate écran capacitif

Dependencies:   BSP_DISCO_F469NI LCD_DISCO_F469NI SeeedStudioTFTv2 TFT_fonts mbed

Fork of DISCO-F469NI_LCD_demo by ST

F469_GUI/F469_GUI.hpp

Committer:
SquirrelGod
Date:
2017-03-31
Revision:
2:2182df2d7810

File content as of revision 2:2182df2d7810:

//--------------------------------------------------------------
//  F746-DISCO の GUI 用のインクルード文とそれらを使うための
//  using 宣言をまとめたもの
//  Include statements for F746-DISCO GUI and using directive
//
//  2016/08/15, Copyright (c) 2016 MIKAMI, Naoki
//  2016/09/21, modifyed for use whith F469I-DISCO Axel Karch
//
//--------------------------------------------------------------

#include "mbed.h"
#ifndef __STM32F469xx_H
#error Platform is not F469I-DISCOVERY
#endif

#include "BlinkLabel.hpp"
#include "ButtonGroup.hpp"
#include "NumericLabel.hpp"
#include "ResetButton.hpp"
#include "SeekbarGroup.hpp"

using namespace Mikami;