DisplayAPP_Base
Dependents: GR-Boads_Camera_DisplayApp_base GR-Boads_Camera_DisplayApp_base DisplayApp LED01
Revision 8:19305047debb, committed 2018-11-21
- Comitter:
- yagyag
- Date:
- Wed Nov 21 02:26:17 2018 +0000
- Parent:
- 7:99022c278aa1
- Commit message:
- Display Lesson
Changed in this revision
DisplayApp.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/DisplayApp.h Fri Nov 16 08:07:57 2018 +0000 +++ b/DisplayApp.h Wed Nov 21 02:26:17 2018 +0000 @@ -15,6 +15,8 @@ */ class DisplayApp { public: + + USBSerial PcApp; /** Touch position structure */ typedef struct { uint32_t x; /**< The position of the x-coordinate. */ @@ -89,6 +91,7 @@ int GetCoordinates(int touch_buff_num, touch_pos_t * p_touch); char Getgetc(); + private: typedef enum { @@ -104,7 +107,6 @@ POS_SEQ_END, } pos_seq_t; - USBSerial PcApp; Thread displayThread; pos_seq_t pos_seq; int pos_x;