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 BSP_DISCO_F746NG
Fork of F746_GUI by
Diff: GuiBase.hpp
- Revision:
- 6:b8f197b0012c
- Parent:
- 0:a2686ef737c2
- Child:
- 28:e2b7ea78b7a0
--- a/GuiBase.hpp Sun Apr 10 09:25:36 2016 +0000
+++ b/GuiBase.hpp Tue Apr 12 04:15:41 2016 +0000
@@ -1,7 +1,7 @@
//-----------------------------------------------------------
// GuiBase class (abstract base class) ---- Header
//
-// 2016/03/30, Copyright (c) 2016 MIKAMI, Naoki
+// 2016/04/10, Copyright (c) 2016 MIKAMI, Naoki
//-----------------------------------------------------------
#ifndef F746_GUI_BASE_HPP
@@ -30,8 +30,8 @@
ENUM_INACTIVE = 0xD0003538, ENUM_INACTIVE_TEXT = 0xFF808080};
protected:
- static LCD_DISCO_F746NG lcd_; // Pointer of object for LCD display
- static TS_DISCO_F746NG ts_; // Pointer of object for touch pannel
+ static LCD_DISCO_F746NG lcd_; // for LCD display
+ static TS_DISCO_F746NG ts_; // for touch pannel
static TS_StateTypeDef state_;
static bool multiTouch_;
