You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to compile the TFT/Demo example but getting the error:
In file included from /Users/peter/Documents/Arduino/libraries/Adafruit_GFX_Library/Adafruit_GrayOLED.h:31:0,
from /Users/peter/Documents/Arduino/libraries/Adafruit_GFX_Library/Adafruit_GrayOLED.cpp:20:
/Users/peter/Documents/Arduino/libraries/Adafruit_BusIO/Adafruit_SPIDevice.h:62:22: error: 'BitOrder' has not been declared
BitOrder dataOrder = SPI_BITORDER_MSBFIRST,
^~~~~~~~
/Users/peter/Documents/Arduino/libraries/Adafruit_BusIO/Adafruit_SPIDevice.h:67:22: error: 'BitOrder' has not been declared
BitOrder dataOrder = SPI_BITORDER_MSBFIRST,
^~~~~~~~
/Users/peter/Documents/Arduino/libraries/Adafruit_BusIO/Adafruit_SPIDevice.h:88:3: error: 'BitOrder' does not name a type
BitOrder _dataOrder;
This happens also when I try to compile the other TFT relatext examples.
Environment:
Arduino 1.8.13 (MacOS)
Adafruit Bus IO library 1.7.1
The text was updated successfully, but these errors were encountered:
I am trying to compile the TFT/Demo example but getting the error:
This happens also when I try to compile the other TFT relatext examples.
Environment:
Arduino 1.8.13 (MacOS)
Adafruit Bus IO library 1.7.1
The text was updated successfully, but these errors were encountered: