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
The coordinate parameters X and Y in the function ILI9341_Draw_Char are only 8 bits but in horizontal mode the screen width is 320. The resut is the x position wraps at 255 and you cant draw text on the far RHS of the screen.
Fixed in my local copy and now working 100%.
Thanks for the library.
The text was updated successfully, but these errors were encountered:
The coordinate parameters X and Y in the function ILI9341_Draw_Char are only 8 bits but in horizontal mode the screen width is 320. The resut is the x position wraps at 255 and you cant draw text on the far RHS of the screen.
Fixed in my local copy and now working 100%.
Thanks for the library.
The text was updated successfully, but these errors were encountered: