Hello, I am on a mac currently and I have installed all required libraries. However, whenever I import mcufriend_kbv and run one of the example sketches, this error comes up and I have no idea how to solve it.
...more similar errors above..
/Users/mazharabro/Documents/Arduino/libraries/MCUFRIEND_kbv/MCUFRIEND_kbv.cpp:888:13: note: in expansion of macro 'CS_IDLE'
CS_IDLE;
^~~~~~~
/Users/mazharabro/Documents/Arduino/libraries/MCUFRIEND_kbv/utility/mcufriend_shield.h:1216:20: note: suggested alternative: 'PIN_MISO'
#define CS_IDLE PIN_HIGH(CS_PORT, CS_PIN)
^
/Users/mazharabro/Documents/Arduino/libraries/MCUFRIEND_kbv/MCUFRIEND_kbv.cpp:888:13: note: in expansion of macro 'CS_IDLE'
CS_IDLE;
^~~~~~~
exit status 1
Compilation error: exit status 1
My IDE version is 2.3.2
Any help would be appreciated, thanks.
