![]() |
Synergy Software Package User's Manual
|
#include <sf_touch_panel_v2_api.h>
Data Fields | |
| uint16_t | hsize_pixels |
| Horizontal size of screen in pixels. | |
| uint16_t | vsize_pixels |
| Vertical size of screen in pixels. | |
| UINT | priority |
| Priority of the touch panel thread. | |
| uint16_t | update_hz |
| uint16_t | rotation_angle |
| Touch coordinate rotation angle(0/90/180/270) | |
| void const * | p_extend |
| void const * | p_context |
| User defined context passed into callback function. | |
Configuration for RTOS integrated touch panel framework.
| void const* sf_touch_panel_v2_cfg_t::p_extend |
Pointer to hardware specific extension.
| uint16_t sf_touch_panel_v2_cfg_t::update_hz |
The frequency to report repeat (SF_TOUCH_PANEL_V2_EVENT_DOWN or SF_TOUCH_PANEL_V2_EVENT_HOLD) touch events in Hertz.