VolosR / ImageScroll

11 stars 5 forks source link

No image being displayed #1

Open yaconsult opened 2 years ago

yaconsult commented 2 years ago

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!

VolosR commented 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

yaconsult commented 2 years ago

I got it partially working. The problem was that I had not uncommented the line in User_Setup_Select.h:

include <User_Setups/Setup25_TTGO_T_Display.h> // Setup file for ESP32 and TTGO T-Display ST7789V SPI bus TFT

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!