move label for new locations
This commit is contained in:
parent
efe9e0ad18
commit
9f3e78a5e1
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ pyportal = PyPortal(url=DATA_SOURCE, json_path=DATA_LOCATION,
|
|||
status_neopixel=board.NEOPIXEL,
|
||||
default_bg=cwd+"/had_background.bmp",
|
||||
text_font=cwd+"/fonts/Checkbook-50.bdf",
|
||||
text_position=(200, 80),
|
||||
text_position=(210, 110),
|
||||
text_color=0xFFFFFF,
|
||||
caption_text=CAPTION,
|
||||
caption_font=cwd+"/fonts/Arial.bdf",
|
||||
|
|
|
|||
Loading…
Reference in a new issue