diff --git a/src/drv/touch/touch_driver.h b/src/drv/touch/touch_driver.h index b9081504..dfd3ae31 100644 --- a/src/drv/touch/touch_driver.h +++ b/src/drv/touch/touch_driver.h @@ -17,8 +17,8 @@ class BaseTouch { public: void init(int w, int h) {} - void loop() - {} + // void loop() + // {} void show_info() {} void set_rotation(uint8_t rotation) diff --git a/src/hasp_gui.cpp b/src/hasp_gui.cpp index dc2adf24..6ad3b97d 100644 --- a/src/hasp_gui.cpp +++ b/src/hasp_gui.cpp @@ -363,8 +363,7 @@ IRAM_ATTR void guiLoop(void) #endif #if !(defined(WINDOWS) || defined(POSIX)) - // drv_touch_loop(); // update touch - haspTouch.loop(); + // haspTouch.loop(); #endif }