diff --git a/PyPortal_Quotes/quote.py b/PyPortal_Quotes/quote.py index ea866ed09..f126d7e9e 100644 --- a/PyPortal_Quotes/quote.py +++ b/PyPortal_Quotes/quote.py @@ -14,8 +14,8 @@ pyportal = PyPortal(url=DATA_SOURCE, status_neopixel=board.NEOPIXEL, default_bg=cwd+"/quote_background.bmp", text_font=cwd+"/fonts/Arial-ItalicMT-17.bdf", - text_position=((20, 40), # quote location - (5, 190)), # author location + text_position=((20, 120), # quote location + (5, 210)), # author location text_color=(0xFFFFFF, # quote text color 0x8080FF), # author text color text_wrap=(35, # characters to wrap for quote