User_Setup.h for ESP32-8048DS070 (ESP32-S3-WROOM-1, parallel 16 bits) #3334
TLaren
started this conversation in
Compatible displays and setup files
Replies: 2 comments 1 reply
-
|
Thank you,worked for me,be blessed :) |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Hey TLaren, I don't use directly TFT_e_SPI,but a kind of wrapper coming from an lovyangfx example : "TFT_graphicstest_PDQ.ino" You use first your own setup in the beginning of your sketch : #include "ESP32S3_RGB_8048S070.h" That's all!! I give you my sketch for a touch test sketch First the sketch.ino: Then the setup you gave us ESP32S3_RGB_8048S070.h : Then the touch.h : |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I had LVGL working with this display but after awhile of not working on it and then getting an update to LVGL it no longer works.
In my searches I see references to people using TFT_eSPI and having it work. I have asked but I get no reply when asking for information.
The screen uses ILI9341 and touch uses GT911.
If I can get the correct syntax for the file and I have a few pins wrong I can correct it but right now with my attempts I either can't compile or get a crash at tft.init().
I have tried adding 16 data pins but when I enable TFT_PARALLEL_16_BIT I can't compile (RP2040 only)
Here is the pins from LVGL for the screen and touch that I have collected (and worked at one time).
I did search here, the only post was about a year ago and it didn't seem to really have an answer if it can be done or not.
Now that the ESP32-S3 is available and getting popular I figured there may be more interest and maybe the library now supports this configuration.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions