STM32F769I-Discovery BSP User Manual: TS Private Variables

STM32F769I-Discovery BSP Drivers

STM32F769I-Discovery BSP User Manual
TS Private Variables

Variables

static TS_DrvTypeDef * ts_driver
static uint8_t ts_orientation
uint8_t I2C_Address = 0
char * ts_event_string_tab [TOUCH_EVENT_NB_MAX]
 Table for touchscreen event information display on LCD : table indexed on enum TS_TouchEventTypeDef information.
char * ts_gesture_id_string_tab [GEST_ID_NB_MAX]
 Table for touchscreen gesture Id information display on LCD : table indexed on enum TS_GestureIdTypeDef information.

Variable Documentation

uint8_t I2C_Address = 0

Definition at line 120 of file stm32f769i_discovery_ts.c.

Referenced by BSP_TS_GetState(), BSP_TS_Init(), and BSP_TS_ITConfig().

TS_DrvTypeDef* ts_driver [static]

Definition at line 118 of file stm32f769i_discovery_ts.c.

Referenced by BSP_TS_GetState(), BSP_TS_Init(), and BSP_TS_ITConfig().

Initial value:
 { "None",
                                                   "Press down",
                                                   "Lift up",
                                                   "Contact"
                                                  }

Table for touchscreen event information display on LCD : table indexed on enum TS_TouchEventTypeDef information.

Definition at line 123 of file stm32f769i_discovery_ts.c.

Initial value:
 { "None",
                                                    "Move Up",
                                                    "Move Right",
                                                    "Move Down",
                                                    "Move Left",
                                                    "Zoom In",
                                                    "Zoom Out"
                                                  }

Table for touchscreen gesture Id information display on LCD : table indexed on enum TS_GestureIdTypeDef information.

Definition at line 130 of file stm32f769i_discovery_ts.c.

uint8_t ts_orientation [static]

Definition at line 119 of file stm32f769i_discovery_ts.c.

Referenced by BSP_TS_GetState(), and BSP_TS_Init().

Generated on Fri Dec 30 2016 18:30:07 for STM32F769I-Discovery BSP User Manual by   doxygen 1.7.6.1