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

glcd.drawstring omits first character from string when run in loop #9

Open
Avinash3462 opened this issue Feb 8, 2022 · 0 comments
Open

Comments

@Avinash3462
Copy link

Hello guys,

glcd.drawstring(0, 0, "Hello wolrd");
glcd.display();
delay(2000);
glcd.clear();
delay(2000);

When this code is run in loop, it prints "Hello world" the first time but then from second run, it prints " ello world"
can you please help me.

I have modified this code to work with stm32 and stored the font variable in .h file.

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

1 participant