'TFT_WIDTH' was not declared in this scope; & 'TFT_HEIGHT' was not declared in this scope #3773
Unanswered
paulw517
asked this question in
Q&A - General
Replies: 1 comment
-
Forgot the basic info about the Arduino IDE and hardware used: Arduino IDE Ver: 1.8.12 |
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.
-
Attempting to compile and upload the following sketch:
Compiling_and_uploading_returned_error_message.zip
This appears to a problem:
TOUCH_CS pin not defined
'TFT_WIDTH' was not declared in this scope;
'TFT_HEIGHT' was not declared in this scope
User_Setup.zip
However they are defined in the User_Setup.h file
#define ILI9488_DRIVER
#define TFT_WIDTH 320
#define TFT_HEIGHT 480
#define TFT_MISO 12
#define TFT_MOSI 13
#define TFT_SCLK 14
#define TFT_CS 15
#define TFT_DC 2
#define TFT_RST -1
#define TFT_BL 27
#define TOUCH_CS 33
#define SD_MOSI 23
#define SD_MISO 19
#define SD_SCK 18
#define SD_CS 5
I do not where to look at to resolve this issue, your assistance would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions