|
H753_CPP_SPI_Resistive_Touch_Screen_Controller 1.0
STM32H753 SPI resistive touchscreen (Adafruit 333 overlay + 5767 TSC2046 controller) driver and tutorial
|
Result of the most recent touchSelfTestRunAll(). More...
#include <touchSelfTest.h>
Public Attributes | |
| bool | passed |
| true if every test passed. | |
| touchSelfTestId_t | failedTest |
| First failing test, or NONE if passed. | |
| uint32_t | testsRun |
| Tests that started running (pass or fail). | |
| uint32_t | idlePhantomTouches |
| Idle samples that looked like touches. | |
| char | detail [96] |
| Human-readable reason for a failure. | |
Result of the most recent touchSelfTestRunAll().
Definition at line 61 of file touchSelfTest.h.
| char touchSelfTestReport_t::detail[96] |
Human-readable reason for a failure.
Definition at line 66 of file touchSelfTest.h.
| touchSelfTestId_t touchSelfTestReport_t::failedTest |
First failing test, or NONE if passed.
Definition at line 63 of file touchSelfTest.h.
| uint32_t touchSelfTestReport_t::idlePhantomTouches |
Idle samples that looked like touches.
Definition at line 65 of file touchSelfTest.h.
| bool touchSelfTestReport_t::passed |
true if every test passed.
Definition at line 62 of file touchSelfTest.h.
| uint32_t touchSelfTestReport_t::testsRun |
Tests that started running (pass or fail).
Definition at line 64 of file touchSelfTest.h.