Vekatech / Touch
Embed: (wiki syntax)

« Back to documentation index

touch_config_t Struct Reference

touch_config_t Struct Reference

Touch Config structure. More...

#include <Touch.hpp>

Data Fields

string name
int screen
Touch_type_t type
Touch_communication_type_t type
IRQ_trigger_t trigger

Detailed Description

Touch Config structure.

Definition at line 52 of file Touch.hpp.


Field Documentation

string name

Name of the Touch driver

Definition at line 53 of file Touch.hpp.

int screen

reserved

Definition at line 54 of file Touch.hpp.

IRQ_trigger_t trigger

< IRQ : front and pin of selected periphery

Definition at line 67 of file Touch.hpp.

Touch_type_t type

Resistive or Capacitive

Definition at line 55 of file Touch.hpp.

Touch_communication_type_t type

< I2C or SPI & the pins of selected periphery

Definition at line 57 of file Touch.hpp.