T-Display-S3 Touch Screen Examples (with HEAVY comments)
-
Greetings all!
Like the title say, I want to create a super basic application that uses the touch screen capability of this module. I have already reviewed the example “touch_test.ino” for hours and I do not understand the 24 of the 103 lines that are related to the touch screen.
Does anyone have any heavily commented code that details what each group of code is doing? I’ve tried watching Arduino examples, but I’m not successful (or skilled enough) in porting it over to the T-Display-S3.
I’m not even sure what pins are used for the touch screen. If it’s an I2C module used for touch screen communication, which chip?
-
Hi everyone,
I have had issues getting started on these boards too, the lilygo examples are too complex for me to understand, and documentation is lacking. So my goal is to show some simpler examples on github.
You can check out my successes here:
https://github.com/circuit69/Swiping_on_a_LILYGO-T-Display-S3-TouchI'm pretty new to these boards myself, and far from a software engineer. I hope this is helpful.
-
@krueg
Last year I got a LilyGO T-Display S3 and had trouble even getting it to work, even with my Arduino and M5Stack experience!
So I created a github repository here:
https://github.com/teastainGit/LilyGO-T-display-S3-setup-and-examples
I will check out your repository !