jaretburkett/ILI9488

PA1 was not declared in this scope

videobuff opened this issue · 0 comments

When trying to compuile the test file, i get the following error....
Any suggestions ?
Thanks in advance.
Erik

ILI9488-test:21:24: error: 'PA1' was not declared in this scope #define TFT_CS PA1 ^ /Users/erikschott/Documents/Arduino/ILI9488-test/ILI9488-test.ino:27:23: note: in expansion of macro 'TFT_CS' ILI9488 tft = ILI9488(TFT_CS, TFT_DC, TFT_RST); ^~~~~~ /Users/erikschott/Documents/Arduino/ILI9488-test/ILI9488-test.ino:21:24: note: suggested alternative: 'A1' #define TFT_CS PA1 ^ /Users/erikschott/Documents/Arduino/ILI9488-test/ILI9488-test.ino:27:23: note: in expansion of macro 'TFT_CS' ILI9488 tft = ILI9488(TFT_CS, TFT_DC, TFT_RST); ^~~~~~ exit status 1 'PA1' was not declared in this scope