Skip to content

Commit 727ff9b

Browse files
Show the custom character more than once in the example.
1 parent 711c21e commit 727ff9b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

examples/charlcd_custom_character_nyan_cat.py

100755100644
File mode changed.

examples/charlcd_customcharacter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@
3030
lcd.create_char(0, checkmark)
3131

3232
lcd.clear()
33-
lcd.message = "\x00"
33+
lcd.message = "\x00 Success \x00"

0 commit comments

Comments
 (0)