- Code: Select all | TOGGLE FULL SIZE
In file included from /Users/davidgs/Documents/Arduino/EnvDisplay/EnvDisplay.ino:3:0:
/Users/davidgs/Documents/Arduino/libraries/Adafruit_ILI9341/Adafruit_ILI9341.h:144:32: error: expected ')' before 'busWidth'
Adafruit_ILI9341(tftBusWidth busWidth, int8_t d0, int8_t wr, int8_t dc, int8_t cs = -1, int8_t rst = -1, int8_t rd = -1);
^
I'm stumped. At one point removing the line-breaks and tabs inside definitions worked to stop the errors. Now nothing does.
Any help appreciated!
Board: Adafruit Feather ESP32
OS: Mac OS