Custom characters on 16x2 LCD Display using LiquidCrystal library of Arduino
byte heart[8] = { 0b00000, 0b01010, 0b11111, 0b11111, 0b01110, 0b00100, 0b00000, 0b00000 }; lcd.createChar(0, heart); lcd.setCursor(0, 1); lcd.write(byte(0));
displays on lcd as
used to spend whole day creating different custom chars and animations
Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink.
Hide child comments as well
Confirm
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Custom characters on 16x2 LCD Display using LiquidCrystal library of Arduino
displays on lcd as

used to spend whole day creating different custom chars and animations