DisplayAPP_ticker
Revision 7:99022c278aa1, committed 2018-11-16
- Comitter:
- yagyag
- Date:
- Fri Nov 16 08:07:57 2018 +0000
- Parent:
- 6:3bb202b0ce01
- Commit message:
- ???
Changed in this revision
| DisplayApp.cpp | Show annotated file Show diff for this revision Revisions of this file |
| DisplayApp.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/DisplayApp.cpp Fri Nov 09 04:24:45 2018 +0000
+++ b/DisplayApp.cpp Fri Nov 16 08:07:57 2018 +0000
@@ -247,3 +247,8 @@
return count;
}
+
+char DisplayApp::Getgetc()
+{
+ return PcApp.getc();
+}
--- a/DisplayApp.h Fri Nov 09 04:24:45 2018 +0000
+++ b/DisplayApp.h Fri Nov 16 08:07:57 2018 +0000
@@ -87,6 +87,8 @@
* @return The number of touch points.
*/
int GetCoordinates(int touch_buff_num, touch_pos_t * p_touch);
+
+ char Getgetc();
private:
typedef enum {