Pin assignments in User_Setup.h not being used #2046
Unanswered
Bwanna
asked this question in
New processor/display support or capability request
Replies: 1 comment
-
The pin choice suggests you are using an ESP32. Look at the User_Setup_Select.h file to make sure no other setup is loaded other than User_Setup.h. Other than that I have insufficient information to judge the cause. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I've created the following pin assignments in the User_Setup.h file:
#define TFT_MOSI 23
#define TFT_MISO 19
#define TFT_SCLK 18
#define TFT_CS 15
#define TFT_DC 2
#define TFT_RST 4
However, when I run Read_User_Setup sketch I get the following:
MOSI = GPIO 23
MISO = GPIO 19
SCK = GPIO 18
TFT_CS = GPIO 15
TFT_DC = GPIO 0
TFT_RST = GPIO 2
Maybe I'm not doing something correctly, but assistance would be greatly appreciated. I also did try and include these defines in the sketch itself without any luck.
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions