mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-25 19:56:30 +00:00
Update xdsp_08_ILI9488.ino
This commit is contained in:
parent
2938c2c011
commit
27c46d30a2
@ -93,9 +93,11 @@ bool Xdsp08(uint8_t function)
|
|||||||
result = true;
|
result = true;
|
||||||
break;
|
break;
|
||||||
case FUNC_DISPLAY_EVERY_50_MSECOND:
|
case FUNC_DISPLAY_EVERY_50_MSECOND:
|
||||||
if (FT5206_found || XPT2046_found) {
|
#ifdef USE_FT5206
|
||||||
|
if (FT5206_found) {
|
||||||
udisp_CheckTouch();
|
udisp_CheckTouch();
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user