jaretburkett / ILI9488

Arduino Library for the ILI9488 TFT controller for 4 wire SPI
82 stars 40 forks source link

PA1 was not declared in this scope #12

Closed videobuff closed 3 years ago

videobuff commented 4 years ago

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`