touch.h 328 B

12345678910111213141516171819
  1. /*
  2. * switch.h
  3. *
  4. * Created on: 2025Äê11ÔÂ6ÈÕ
  5. * Author: wulianwei
  6. */
  7. #ifndef CODE_DEVICE_TOUCH_H_
  8. #define CODE_DEVICE_TOUCH_H_
  9. void touch_deivce_init();
  10. void touch_switch(int len);
  11. void setGuiPowerStatus(char value);
  12. void touch_opengui();
  13. void touch_closegui();
  14. void touch_task();
  15. #endif /* CODE_DEVICE_TOUCH_H_ */