Add Color TFT display fixes

This commit is contained in:
Egor Shitikov
2024-09-10 19:16:05 -07:00
parent ef5a6d137d
commit e6205733a2
2 changed files with 162 additions and 100 deletions

View File

@@ -1164,7 +1164,7 @@ void loop(void)
// LiLyGo doesn't have button ;(
// ToDO: Check if we use BOOT button
#ifndef LILYGO
if (buttonPressHandler() == false)
if (buttonPressHandler(freq) == false)
break;
#endif // END LILYGO