Skip to content

Row Offset for 16x4 lcd is wrong #15

Closed
@TilTisback

Description

@TilTisback

Hello,

the row offset in "LiquidTWI2.cpp" line 347 is wrong.

int row_offsets[] = { 0x00, 0x40, 0x14, 0x54 };

when you compile it with a 16x4 LCD you get this: (im just filling all the characters with 0-15 in hex)
photo_2019-06-23_22-40-32

when you change the row offset to
int row_offsets[] = { 0x00, 0x40, 0x10, 0x50 };
you get this like expected:
photo_2019-06-23_22-40-38

i think noone has found this bug yet, because i am using a 16x4 LCD instead of a 16x2 LCD.

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