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 4daa5ba + 07b0f41 commit 7269d5dCopy full SHA for 7269d5d
examples/ht16k33_animation_demo.py
@@ -16,7 +16,7 @@
16
i2c = board.I2C() # uses board.SCL and board.SDA
17
# i2c = board.STEMMA_I2C() # For using the built-in STEMMA QT connector on a microcontroller
18
display = Seg14x4(i2c, auto_write=False)
19
-# Brightness of the display (0 to 15)
+# Brightness of the display (0.0 to 1.0)
20
display.brightness = 0.3
21
22
ani = Animation(display)
0 commit comments