We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e793266 + e9e9232 commit 44412afCopy full SHA for 44412af
1 file changed
Magic_Nine_Ball/code.py
@@ -65,7 +65,7 @@
65
66
# Fade down the backlight
67
for b in range(100, 0, -1):
68
- board.DISPLAY.brightness = b
+ board.DISPLAY.brightness = b / 100
69
time.sleep(0.005) # default (0.005)
70
71
splash.pop()
0 commit comments