Skip to content

liquidcrystal createchar after setCursor issue #4809

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
tablatronix opened this issue Apr 4, 2016 · 1 comment
Closed

liquidcrystal createchar after setCursor issue #4809

tablatronix opened this issue Apr 4, 2016 · 1 comment
Labels
Library: LiquidCrystal The LiquidCrystal Arduino library Type: Bug

Comments

@tablatronix
Copy link

createChar does not work after calling setCursor
at least for me, was driving me nuts until I made sure to always do it before moving the cursor.

  // would not print my character
  lcd.setCursor(numCols-1, 0);
  lcd.createChar(1,custombyte);
  lcd.write((char)1);
@agdl
Copy link
Member

agdl commented Jun 30, 2016

Hi, I think you should move this issue here
https://github.com/arduino-libraries/LiquidCrystal/issues

I'm closing this and openig a new one there

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Library: LiquidCrystal The LiquidCrystal Arduino library Type: Bug
Projects
None yet
Development

No branches or pull requests

3 participants