| 
    Zephyr Project API
    3.4.0
    
   A Scalable Open Source RTOS 
   | 
 
FT8XX public API. More...
#include <stdint.h>Go to the source code of this file.
Data Structures | |
| struct | ft8xx_touch_transform | 
| Structure holding touchscreen calibration data.  More... | |
Typedefs | |
| typedef void(* | ft8xx_int_callback) (void) | 
| Callback API to inform API user that FT8xx triggered interrupt.  More... | |
Functions | |
| void | ft8xx_calibrate (struct ft8xx_touch_transform *data) | 
| Calibrate touchscreen.  More... | |
| void | ft8xx_touch_transform_set (const struct ft8xx_touch_transform *data) | 
| Set touchscreen calibration data.  More... | |
| int | ft8xx_get_touch_tag (void) | 
| Get tag of recently touched element.  More... | |
| void | ft8xx_register_int (ft8xx_int_callback callback) | 
| Set callback executed when FT8xx triggers interrupt.  More... | |
FT8XX public API.