Skip to content

Commit e0c43fb

Browse files
tekktrikNeradoc
andauthored
Update examples/ht16k33_segments_7x4customchars.py
Co-authored-by: Neradoc <[email protected]>
1 parent 7730768 commit e0c43fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ht16k33_segments_7x4customchars.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# You can use the list normally referenced as a starting point
1717
custom_chars = {}
1818
typical_list_values = segments.NUMBERS
19-
typical_list_chars = list("0123456789abcdef ")
19+
typical_list_chars = list("0123456789abcdef-")
2020
for char, value in zip(typical_list_chars, typical_list_values):
2121
custom_chars[char] = value
2222

0 commit comments

Comments
 (0)