|
STM32769I_EVAL BSP User Manual
|
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 123 of file stm32f769i_eval_ts.c.
Referenced by BSP_TS_GetState(), BSP_TS_Init(), and BSP_TS_ITConfig().
TS_DrvTypeDef* ts_driver [static] |
Definition at line 121 of file stm32f769i_eval_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 126 of file stm32f769i_eval_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 133 of file stm32f769i_eval_ts.c.
uint8_t ts_orientation [static] |
Definition at line 122 of file stm32f769i_eval_ts.c.
Referenced by BSP_TS_GetState(), and BSP_TS_Init().
Generated on Fri Dec 30 2016 20:55:36 for STM32769I_EVAL BSP User Manual by
1.7.6.1