Skip to content

Commit a4cec24

Browse files
committed
Fix for PyPortal Titano compatibility
1 parent 27aec61 commit a4cec24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PyPortal_CMA_Art_Frame/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
text_position=(4, HEIGHT - 9),
3333
text_color=0xFFFFFF)
3434

35-
circle = Circle(312, 233, 5, fill=0)
35+
circle = Circle(WIDTH - 8, HEIGHT - 7, 5, fill=0)
3636
pyportal.splash.append(circle)
3737
loopcount = 0
3838
errorcount = 0

0 commit comments

Comments
 (0)