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.
1 parent f96d1b4 commit fe60936Copy full SHA for fe60936
examples/displayio_layout_dial_simpletest.py
@@ -29,7 +29,7 @@
29
x=20, # set x-position of the dial inside of my_group
30
y=20, # set y-position of the dial inside of my_group
31
width=180, # requested width of the dial
32
- height=180, # requested height of the dial
+ height=180, # requested height of the dial
33
padding=25, # add 25 pixels around the dial to make room for labels
34
start_angle=-120, # left angle position at -120 degrees
35
sweep_angle=240, # total sweep angle of 240 degrees
0 commit comments