Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/adafruit/Adafruit_TouchScreen
/ functions
Functions
9 in github.com/adafruit/Adafruit_TouchScreen
⨍
Functions
9
◇
Types & classes
2
↓ 2 callers
Function
insert_sort
TouchScreen.cpp:60
Method
TSPoint
TouchScreen.cpp:24
Method
TouchScreen
TouchScreen.cpp:196
Method
getPoint
* @brief Measure the X, Y, and pressure and return a TSPoint with the * measurements * * @return TSPoint The measured X, Y, and Z/pressure values
TouchScreen.cpp:78
Method
operator!=
* @brief Check if the current point is **not** equivalent to another point * * @param p1 The other point being checked for equivalence * @return `
TouchScreen.cpp:55
Method
operator==
* @brief Check if the current point is equivalent to another point * * @param p1 The other point being checked for equivalence * @return `true` : t
TouchScreen.cpp:44
Method
pressure
* @brief Read the touch event's Z/pressure value * * @return int the Z measurement */
TouchScreen.cpp:259
Method
readTouchX
* @brief Read the touch event's X value * * @return int the X measurement */
TouchScreen.cpp:223
Method
readTouchY
* @brief Read the touch event's Y value * * @return int the Y measurement */
TouchScreen.cpp:241