You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My setup:
ESP-WROOM-32
ILI9341
XPT2046
16GB SDHC
Everything is wired up correctly, as you can see below, but something is wrong with the image... Application somehow thinks this is not a 320x240 display
(My camera is actually pretty bad, sorry)
This is my configuration in tftspi.h:
#define PIN_NUM_RST 22 // GPIO used for RESET control (#16)
#define PIN_NUM_BCKL 0 // GPIO used for backlight control
#define PIN_BCKL_ON 1 // GPIO value for backlight ON
#define PIN_BCKL_OFF 0 // GPIO value for backlight OFF
My setup:
ESP-WROOM-32
ILI9341
XPT2046
16GB SDHC
Everything is wired up correctly, as you can see below, but something is wrong with the image... Application somehow thinks this is not a 320x240 display
(My camera is actually pretty bad, sorry)
This is my configuration in tftspi.h:
And there is the sdkconfig.h:
Can you please help me?
The text was updated successfully, but these errors were encountered: