Starting configuration for ES32 S3 Mini and 3.5" LCD based on HX8357D? #747
Unanswered
allanyates
asked this question in
Q&A
Replies: 0 comments
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.
-
Currently using TFT_eSPI, and am considering a switch to LovyanGFX.
Configuration is an ESP32 S3 Mini connecting to a Adafruit 3.5" LCD w/ HX8357D over SPI; running under Arduino.
I am wondering which would be the best user sample for a starting point? My understanding is that I need to copy from of the lgfx_user files into my project folder, configure it correctly, and include it into my project.
For reference, the GPIO I am using:
#define TFT_MISO 13
#define TFT_MOSI 11
#define TFT_SCLK 12
#define TFT_CS 34
#define TFT_DC 47
#define TFT_RST 38
#define TFT_BL 41
Thanks,
Allan.
Beta Was this translation helpful? Give feedback.
All reactions