ESP32-S3-Touch-LCD-4.3 #537
Westcott1
started this conversation in
Device Configurations
Replies: 1 comment
-
CRASHING SOLVED! Here is my working setup -
|
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
-
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