We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da29eb0 commit 0b16eaaCopy full SHA for 0b16eaa
src/Arduino_GigaDisplayTouch.h
@@ -47,6 +47,10 @@ typedef struct GDTpoint_s GDTpoint_t;
47
/* Exported enumeration ------------------------------------------------------*/
48
49
/* Exported struct -----------------------------------------------------------*/
50
+
51
+/**
52
+ * @brief Struct representing a touch point.
53
+ */
54
struct GDTpoint_s {
55
// 0x814F-0x8156, ... 0x8176 (5 points)
56
uint8_t trackId;
@@ -94,7 +98,7 @@ class Arduino_GigaDisplayTouch {
94
98
/**
95
99
* @brief Initialize the touch controller.
96
100
*
97
- * @return true If the controller is correctly configured
101
+ * @return true If the touch controller is successfully initialized
102
* @return false Otherwise
103
*/
104
bool begin();
0 commit comments