We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f2c419 commit 9025506Copy full SHA for 9025506
examples/progressbar_simpletest.py
@@ -8,7 +8,7 @@
8
board.DISPLAY.show(splash)
9
10
# set progress bar width and height relative to board's display
11
-width = board.DISPLAY.width-40
+width = board.DISPLAY.width - 40
12
height = 30
13
14
x = board.DISPLAY.width // 2 - width // 2
0 commit comments