MCPcopy Create free account
hub / github.com/bmorcelli/Launcher / LTouchPoint

Class LTouchPoint

src/utils.cpp:7–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5** Touchscreen Mapping, include this function after reading the touchPoint
6**********************************************************************/
7void touchHeatMap(struct LTouchPoint t) {
8 int third_x = tftWidth / 3;
9 int third_y = tftHeight / 3;
10

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected