Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

8 bits only for X and Y in ILI9341_Draw_Char #11

Open
g0mgx opened this issue May 2, 2020 · 1 comment
Open

8 bits only for X and Y in ILI9341_Draw_Char #11

g0mgx opened this issue May 2, 2020 · 1 comment

Comments

@g0mgx
Copy link

g0mgx commented May 2, 2020

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.

@phant0master
Copy link

Had this issue. Lost 2 days on debugging.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants