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.
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.