-
Notifications
You must be signed in to change notification settings - Fork 212
Configuring Touch for FT6206
Calvin Hass edited this page Feb 3, 2019
·
3 revisions
Overview > Configuring GUIslice > Touch >
- Touch mode selected by:
DRV_TOUCH_FT6206
The FT6206 provides filtering and direct access to the calculated touch coordinates. No calibration is required.
With the FT6206 touch driver, the default hardware two-wire I2C interface is always used.
The FT6206 touch driver only requires one configuration parameter: the touch sensitivity (configured by ADATOUCH_SENSITIVITY
). In most cases the default setting can be used.
Run examples/arduino/diag_ard_touch_test
to assess whether the touch handling is operating correctly.
- Instructions: Running the Touch Test diagnostic