|
STM32F469I-Discovery BSP User Manual
|
Variables | |
| static TS_DrvTypeDef * | ts_driver |
| static uint8_t | ts_orientation |
| static 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 [static] |
Definition at line 122 of file stm32469i_discovery_ts.c.
Referenced by BSP_TS_GetState(), BSP_TS_Init(), and BSP_TS_ITConfig().
TS_DrvTypeDef* ts_driver [static] |
Definition at line 120 of file stm32469i_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 125 of file stm32469i_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 132 of file stm32469i_discovery_ts.c.
uint8_t ts_orientation [static] |
Definition at line 121 of file stm32469i_discovery_ts.c.
Referenced by BSP_TS_GetState(), and BSP_TS_Init().
Generated on Wed Jan 13 2016 10:58:46 for STM32F469I-Discovery BSP User Manual by
1.7.6.1