|
roo_display
API Documentation for roo_display
|
#include <touch_ft6x36.h>
Public Member Functions | |
| TouchFt6x36 () | |
| TouchFt6x36 (I2cMasterBusHandle i2c) | |
| void | initTouch () override |
| Initialize the touch controller. | |
| int | readTouch (TouchPoint *point) override |
Public Member Functions inherited from roo_display::BasicTouchDevice< 2 > | |
| BasicTouchDevice (Config config) | |
| virtual | ~BasicTouchDevice ()=default |
| TouchResult | getTouch (TouchPoint *points, int max_points) override |
| Read the current touch state. | |
Public Member Functions inherited from roo_display::TouchDevice | |
| virtual | ~TouchDevice ()=default |
Additional Inherited Members |
Definition at line 8 of file touch_ft6x36.h.
| roo_display::TouchFt6x36::TouchFt6x36 | ( | ) |
Definition at line 32 of file touch_ft6x36.cpp.
| roo_display::TouchFt6x36::TouchFt6x36 | ( | I2cMasterBusHandle | i2c | ) |
Definition at line 26 of file touch_ft6x36.cpp.
|
overridevirtual |
Initialize the touch controller.
Reimplemented from roo_display::TouchDevice.
Definition at line 34 of file touch_ft6x36.cpp.
|
overridevirtual |
Implements roo_display::BasicTouchDevice< 2 >.
Definition at line 36 of file touch_ft6x36.cpp.