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
error: no declaration matches 'int TFT_ILI9341::drawChar(unsigned int, int, int, int)'
Cause: drawChar (along with 5 more functions) is defined as int16_t in TFT_ILI9341.h, but is referred as int TFT_ILI9341::drawChar(unsigned int uniCode, int x, int y, int font) in TFT_ILI9341.cpp
error:
'_SFR_IO_ADDR' was not declared in this scope