Skip to content
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

cols parameter ignored #59

Open
regdomain opened this issue Oct 3, 2022 · 0 comments
Open

cols parameter ignored #59

regdomain opened this issue Oct 3, 2022 · 0 comments

Comments

@regdomain
Copy link

regdomain commented Oct 3, 2022

Why cols parameter is just ignored in void LiquidCrystal_I2C::begin(uint8_t cols, uint8_t lines, uint8_t dotsize)? The cols variable is never used in the code.

Subsequently lcd.write() which should print characters in a row goes beyond the capacity of your display. Looks like it uses an internal buffer which is 40 characters per row regardless of what type of display you are actually using.

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

No branches or pull requests

1 participant