atomic14 / diy-esp32-epub-reader

An ESP32 e-reader
MIT License
319 stars 43 forks source link

Touch issue on Lilygo environment #71

Closed martinberlin closed 2 years ago

martinberlin commented 2 years ago

@cgreening can you tell me if you also experience this:

-D CONFIG_FT6X36_DEBUG=1

With the touch serial output activated it works. When I turn this to 0 it keeps on working but not like before. For example if you go to the new table of contents, it works for the first 2 and then it just stops. Very strange like if having the Serial output makes it work better.

martinberlin commented 2 years ago

Solved. It was about adding a small delay when there is no serial. Will be closed when we merge #46 Give it a try with the lilygo environment if you can.