Device initialization parameters.  
 More...
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 113 of file ft5x06.h.
 
#include <ft5x06.h>
◆ addr
      
        
          | uint8_t ft5x06_params_t::addr | 
        
      
 
Device I2C address. 
Definition at line 115 of file ft5x06.h.
 
 
◆ i2c
      
        
          | i2c_t ft5x06_params_t::i2c | 
        
      
 
I2C device which is used. 
Definition at line 114 of file ft5x06.h.
 
 
◆ int_pin
      
        
          | gpio_t ft5x06_params_t::int_pin | 
        
      
 
Touch screen interrupt pin. 
Definition at line 116 of file ft5x06.h.
 
 
◆ type
◆ xmax
      
        
          | uint16_t ft5x06_params_t::xmax | 
        
      
 
Touch screen max X position. 
Definition at line 117 of file ft5x06.h.
 
 
◆ xyconv
Touch screen coordinates conversion, swapping is performed before mirroring. 
Definition at line 119 of file ft5x06.h.
 
 
◆ ymax
      
        
          | uint16_t ft5x06_params_t::ymax | 
        
      
 
Touch screen max Y position. 
Definition at line 118 of file ft5x06.h.
 
 
The documentation for this struct was generated from the following file: