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 27aec61 commit a4cec24Copy full SHA for a4cec24
PyPortal_CMA_Art_Frame/code.py
@@ -32,7 +32,7 @@
32
text_position=(4, HEIGHT - 9),
33
text_color=0xFFFFFF)
34
35
-circle = Circle(312, 233, 5, fill=0)
+circle = Circle(WIDTH - 8, HEIGHT - 7, 5, fill=0)
36
pyportal.splash.append(circle)
37
loopcount = 0
38
errorcount = 0
0 commit comments