We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7730768 commit e0c43fbCopy full SHA for e0c43fb
examples/ht16k33_segments_7x4customchars.py
@@ -16,7 +16,7 @@
16
# You can use the list normally referenced as a starting point
17
custom_chars = {}
18
typical_list_values = segments.NUMBERS
19
-typical_list_chars = list("0123456789abcdef ")
+typical_list_chars = list("0123456789abcdef-")
20
for char, value in zip(typical_list_chars, typical_list_values):
21
custom_chars[char] = value
22
0 commit comments