Device initialization parameters. More...

Detailed Description

Device initialization parameters.

Note
ft5x06_params_t::xmax and ft5x06_params_t::ymax define the maximum X and Y values in screen coordinates after the optional conversion defined by ft5x06_params_t::xmax.

Definition at line 114 of file ft5x06.h.

#include <ft5x06.h>

Data Fields

i2c_t i2c
 I2C device which is used.
 
uint8_t addr
 Device I2C address.
 
gpio_t int_pin
 Touch screen interrupt pin.
 
uint16_t xmax
 Touch screen max X position.
 
uint16_t ymax
 Touch screen max Y position.
 
ft5x06_touch_conv_t xyconv
 Touch screen coordinates conversion, swapping is performed before mirroring.
 
ft5x06_type_t type
 Device type.
 

The documentation for this struct was generated from the following file: