update to new Label
This commit is contained in:
parent
5ec4b450de
commit
ca43917e8b
1 changed files with 2 additions and 2 deletions
|
|
@ -14,8 +14,8 @@ pyportal = PyPortal(url=DATA_SOURCE,
|
||||||
status_neopixel=board.NEOPIXEL,
|
status_neopixel=board.NEOPIXEL,
|
||||||
default_bg=cwd+"/quote_background.bmp",
|
default_bg=cwd+"/quote_background.bmp",
|
||||||
text_font=cwd+"/fonts/Arial-ItalicMT-17.bdf",
|
text_font=cwd+"/fonts/Arial-ItalicMT-17.bdf",
|
||||||
text_position=((20, 40), # quote location
|
text_position=((20, 120), # quote location
|
||||||
(5, 190)), # author location
|
(5, 210)), # author location
|
||||||
text_color=(0xFFFFFF, # quote text color
|
text_color=(0xFFFFFF, # quote text color
|
||||||
0x8080FF), # author text color
|
0x8080FF), # author text color
|
||||||
text_wrap=(35, # characters to wrap for quote
|
text_wrap=(35, # characters to wrap for quote
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue