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 f55bb16 commit 838a067Copy full SHA for 838a067
examples/displayio_cartesion_fillarea.py
@@ -43,7 +43,7 @@
43
height=105, # display height
44
xrange=(X_LOWER_BOUND, X_UPPER_BOUND), # x range
45
yrange=(0, y_upper_bound), # y range
46
- fill_area=True
+ fill_area=True,
47
)
48
49
my_group = displayio.Group()
0 commit comments