/* * switch.h * * Created on: 2025Äê11ÔÂ6ÈÕ * Author: wulianwei */ #ifndef CODE_DEVICE_TOUCH_H_ #define CODE_DEVICE_TOUCH_H_ void touch_deivce_init(); void touch_switch(int len); void setGuiPowerStatus(char value); void touch_opengui(); void touch_closegui(); void touch_task(); #endif /* CODE_DEVICE_TOUCH_H_ */