|
STM32F723E-Discovery BSP User Manual
|
Variables | |
| static TS_DrvTypeDef * | tsDriver |
| static uint8_t | I2C_Address = 0 |
| static uint8_t | tsOrientation = TS_SWAP_NONE |
| 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 [static] |
Definition at line 117 of file stm32f723e_discovery_ts.c.
Referenced by BSP_TS_GetState(), BSP_TS_InitEx(), 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 121 of file stm32f723e_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 128 of file stm32f723e_discovery_ts.c.
TS_DrvTypeDef* tsDriver [static] |
Definition at line 116 of file stm32f723e_discovery_ts.c.
Referenced by BSP_TS_GetState(), BSP_TS_InitEx(), and BSP_TS_ITConfig().
uint8_t tsOrientation = TS_SWAP_NONE [static] |
Definition at line 118 of file stm32f723e_discovery_ts.c.
Referenced by BSP_TS_GetState(), and BSP_TS_InitEx().
Generated on Tue May 30 2017 13:59:12 for STM32F723E-Discovery BSP User Manual by
1.7.6.1