mike-ady

Results 4 comments of mike-ady

I am no expert, but a quick search through the TWatch library source code did not reveal any obvious calibration routines. The library appears to support capacitive touch sensors made...

Try replacing the call to displaySleep in loop() with the following code: ``` #if defined(LILYGO_WATCH_2020_V2)||defined(LILYGO_WATCH_2020_V3) ttgo->displaySleep(); // Set touchscreen sleep #else ttgo->displayOff(); // Set display off, touch controller to monitor...

Thank you Arun Isaac, You are correct. I have made the requested change to the "Case_Print_Files\Readme.md" document, though I have not yet updated the repository on GitHub.

Thanks Arunisaac, The board is low speed and it's deliberately 2 layer to minimize cost so no ground plane. The cost differential for a 4 layer board at my board...