We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 248ace4 commit bcac03bCopy full SHA for bcac03b
1 file changed
examples/displayio_effects_simpletest.py
@@ -27,7 +27,7 @@
27
maximum_value = 100
28
29
# Hook in the throttle effect for the Dial widget
30
-throttle_effect.hook_throttle_effect(Dial)
+throttle_effect.hook_throttle_effect(Dial, "value")
31
32
# Create a Dial widget
33
my_dial = Dial(
0 commit comments