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.
 

Detailed Description

Configuration for RTOS integrated touch panel framework.

Field Documentation

◆ p_extend

void const* sf_touch_panel_v2_cfg_t::p_extend

Pointer to hardware specific extension.

◆ update_hz

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.

Note
This will be converted to RTOS ticks in the driver and rounded up to the nearest integer value of RTOS ticks.

The documentation for this struct was generated from the following file: