Skip to content

lcd1602Clear not clearing the screen #1

@albertherd

Description

@albertherd

Hi,

Firstly, thanks for this library - as of now it's working as intended (well apart from this issue). I found that calls to lcd1602Clear do not clear the screen. Looking at other source codes, the issue seems that WriteCommand(0x0E);
is incorrect, the call should be
WriteCommand(0x01);

Commands taken from: https://github.com/marcmerlin/NewLiquidCrystal/blob/master/LCD.h -

#define LCD_CLEARDISPLAY 0x01

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions