Skip to content

Added a function to LiquidCrystal to tweak the memory offset of the rows... #2273

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

huba
Copy link

@huba huba commented Aug 29, 2014

Some LCD screens have different memory offsets for the start of their rows, such as the MC41605B6W-SPR. On the datasheet it says that row 0 starts at 0x00, row 1 starts at 0x40, row 2 starts at 0x10 and row 3 at 0x50. The LiquidCrystal::setRowOffsets() function allows these offsets to be tweaked so the LiquidCrystal::setCursor() function puts the cursor to the right place even with different memory layouts.

@cmaglie
Copy link
Member

cmaglie commented Nov 7, 2014

This has been fixed with #1748 with a very similar fix. Thanks!

@cmaglie cmaglie closed this Nov 7, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants