Xinyuan-LilyGO / T-Display-S3-Pro

29 stars 6 forks source link

Touch (and other things?) don't work as of b36cb49 #5

Closed litui closed 3 months ago

litui commented 3 months ago

Using PlatformIO to build, there are incompatibilities with the touch code that prevent compile.

After changing touch.init to touch.begin in several examples, touch still doesn't work. I had to revert to a past commit to find examples where touch actually works.

Please refresh this repository with working example code, thank you.

litui commented 3 months ago

4d5bf77 is the last build that works for me in PlatformIO. It looks like the updates to dependencies in 8a77996 broke the build.

lewisxhe commented 3 months ago

Which example did you use?

lewisxhe commented 3 months ago

Fixed, please try again

litui commented 3 months ago

Confirmed working. Thanks, @lewisxhe.