ESP32-S3-Touch-LCD-4.3 #537
Replies: 3 comments 1 reply
-
CRASHING SOLVED! Here is my working setup -
|
Beta Was this translation helpful? Give feedback.
-
might be late to reply. but i found working one for me
|
Beta Was this translation helpful? Give feedback.
-
Hi Basementdwellers69, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I' trying to get this display working with Lgfx.
ESP32-S3-Touch-LCD-4.3```
I have this device working with Arduino_GFX.
However my attempt at creating an RGB panel (below) results in the ESP32 crashing at gfx.init();
Also. I don't know what to set these to -
cfg.pin_henable = GPIO_NUM_41;
cfg.pin_vsync = GPIO_NUM_40;
cfg.pin_hsync = GPIO_NUM_39;
Beta Was this translation helpful? Give feedback.
All reactions