Skip to content

Commit 06c7885

Browse files
committed
Update caption location to fit on screen
1 parent e5757cc commit 06c7885

File tree

1 file changed

+1
-1
lines changed
  • PyPortal/PyPortal_CMA_Art_Frame

1 file changed

+1
-1
lines changed

PyPortal/PyPortal_CMA_Art_Frame/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
image_position=(0, 0),
3434
text_font="/fonts/OpenSans-9.bdf",
3535
json_path=["data", 0, "title"],
36-
text_position=(4, HEIGHT - 9),
36+
text_position=(4, HEIGHT - 15),
3737
text_color=0xFFFFFF)
3838

3939
circle = Circle(WIDTH - 8, HEIGHT - 7, 5, fill=0)

0 commit comments

Comments
 (0)