Skip to content

Commit

Permalink
Merge pull request #31 from khavik/patch-1
Browse files Browse the repository at this point in the history
Update charled_customcharacter.py
  • Loading branch information
ladyada authored Feb 5, 2019
2 parents e4ccef3 + 3052277 commit fe5da67
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/charlcd_customcharacter.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,9 @@
lcd_d7, lcd_columns, lcd_rows, lcd_backlight)

checkmark = bytes([0x0, 0x0, 0x1, 0x3, 0x16, 0x1c, 0x8, 0x0])

# Store in LCD character memory 0
lcd.create_char(0, checkmark)

lcd.clear()
lcd.message = "\x00"

0 comments on commit fe5da67

Please sign in to comment.