#pragma once #include "hal/lv_hal.h" #ifdef __cplusplus extern "C" { #endif void ws3t_touch_init(lv_disp_t* display); #ifdef __cplusplus } #endif