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.
2 parents 29c028a + f054672 commit 1da9029Copy full SHA for 1da9029
examples/ht16k33_segments_simpletest.py
@@ -20,6 +20,8 @@
20
display = segments.Seg7x4(i2c)
21
# Or this creates a 14 segment alphanumeric 4 character display:
22
#display = segments.Seg14x4(i2c)
23
+# Or this creates a big 7 segment 4 character display
24
+#display = segments.BigSeg7x4(i2c)
25
# Finally you can optionally specify a custom I2C address of the HT16k33 like:
26
#display = segments.Seg7x4(i2c, address=0x70)
27
0 commit comments