We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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);
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
createChar
setCursor
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: