Skip to content

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

Description

@Avinash3462

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions