Open yaconsult opened 2 years ago
you need to use tft_espi librari included in orginal github rep. Here is my tutoarial how to use this board in Arduino IDe https://youtu.be/gpyeMjM9cOU
I got it partially working. The problem was that I had not uncommented the line in User_Setup_Select.h:
I now have a partial image scrolling over part of the screen. Now I need to figure out why only about a third of the screen contains the scrolling image. Another part of the screen is white and a smaller section seems to contain random data. Thanks for your help!
I have been following your youtube videos and have gotten a couple of the examples working on my t-display board using PlatformIO, which is new to me. The only change I had to make was defining PROGMEM in your .h files.
But I get a blank display with this one. I see it was edited recently, do you know if it's still working? It compiles with a couple of warnings about TOUCH_CS. I don't see anything obviously wrong with the code.
Thanks!