Remove haspTouch.loop()

This commit is contained in:
fvanroie 2021-08-01 22:27:10 +02:00
parent 287f1f1e0b
commit 2250a36d0d
2 changed files with 3 additions and 4 deletions

View File

@ -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)

View File

@ -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
}