I've solved!chegewara wrote:Code: Select all
void drawKeys(MCUFRIEND_kbv &_tft) <----------------ERROR in this line { int yoffset = height - (height * yEl);
Code: Select all
void Keyboard::drawKeys(MCUFRIEND_kbv* _tft)
Declaration with type* var , definition with type &var
Thanks for the help
Yomega96