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 LCD_DISCO_F746NG TS_DISCO_F746NG
Fork of F746_GUI by
Revision 31:d7f9f667fa68, committed 2017-03-17
- Comitter:
- MikamiUitOpen
- Date:
- Fri Mar 17 00:49:44 2017 +0000
- Parent:
- 30:835a6b1c0fad
- Child:
- 32:e6648167e8d3
- Commit message:
- 32
Changed in this revision
| GuiBase.hpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/GuiBase.hpp Wed Mar 15 08:18:54 2017 +0000
+++ b/GuiBase.hpp Fri Mar 17 00:49:44 2017 +0000
@@ -1,7 +1,7 @@
//-----------------------------------------------------------
// GuiBase class (abstract base class) ---- Header
//
-// 2017/03/15, Copyright (c) 2017 MIKAMI, Naoki
+// 2017/03/17, Copyright (c) 2017 MIKAMI, Naoki
//-----------------------------------------------------------
#ifndef F746_GUI_BASE_HPP
@@ -17,9 +17,7 @@
class GuiBase
{
public:
- static LCD_DISCO_F746NG* GetLcdPtr() { return &lcd_; }
static LCD_DISCO_F746NG& GetLcd() { return lcd_; }
- static TS_DISCO_F746NG* GetTsPtr() { return &ts_; }
static TS_DISCO_F746NG& GetTs() { return ts_; }
// If panel touched, return true
@@ -70,5 +68,3 @@
};
}
#endif // F746_GUI_BASE_HPP
-
-
