DFRobot / DFRobot_Display

9 stars 3 forks source link

tft.print("text"); #2

Open NicolasJVelez opened 2 years ago

NicolasJVelez commented 2 years ago

I was testing the example of printing text to the screen and strange characters were appearing. WARGNINGS appeared in the terminal on the RETURN of the method int16_t DFRobot_Display::drawText(int16_t* pX, int16_t* pY, const char* ch) in DFRobot_Display. Add a return rslt; and it's fixed.

clanger9 commented 1 year ago

I'm seeing the same issue. Where exactly should the return rslt; be placed?