Bodmer
Bodmer
Just add the extra parameter to get touch to define the threshold, e.g.: tft.getTouch(&x, &y, 2000);
The info has moved to the docs folder: https://github.com/Bodmer/TFT_eSPI/tree/master/docs/PlatformIO I will update the comments at some point.
If you can provide a simpel and complete sketch that demonstrates the problem then I will investigate. I suspect that there are special circumstances that hve to be invoked.
Unable to reproduce.
Temporary work around is to use HSPI port.
Yes, the smooth graphics functions do not play well with the setViewport or setOrigin functions. It is on my TODO list.
Thanks but I think more testing is needed and the updates are quite extensive. I will add to the long TODO list.
What does this update do? Please describe. Can you squash the changes into one change file and eliminate all re-format changes (extra/deleted spaces) so that the key updates stand out...
I suspect you are right in that the fast pin macros do not support that processor.
The library uses fastpin, this template library is from FastLED http://fastled.io I do not know what changes would be needed but it could be that the FastLED library has been...