Skip to content

Commit fe5da67

Browse files
authored
Merge pull request #31 from khavik/patch-1
Update charled_customcharacter.py
2 parents e4ccef3 + 3052277 commit fe5da67

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/charlcd_customcharacter.py

+4
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,9 @@
2121
lcd_d7, lcd_columns, lcd_rows, lcd_backlight)
2222

2323
checkmark = bytes([0x0, 0x0, 0x1, 0x3, 0x16, 0x1c, 0x8, 0x0])
24+
25+
# Store in LCD character memory 0
26+
lcd.create_char(0, checkmark)
27+
2428
lcd.clear()
2529
lcd.message = "\x00"

0 commit comments

Comments
 (0)