Skip to content

LCD 16x4 behaves strange. #33

Open
@videobuff

Description

@videobuff

How to go about with a 16x4 display ? pos (0,2) and (0,3) starts on position (4,2) and (4,3).

Here is the code:
lcd.clear(); lcd.setCursor(0, 0); lcd.print("*** first line."); lcd.setCursor(0, 1); lcd.print("*** second line."); lcd.setCursor(0, 2); lcd.print("*** third line."); lcd.setCursor(0, 3); lcd.print("*** fourth line.");

Scherm­afbeelding 2023-12-06 om 17 21 10

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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