You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i want to use the function scrol and different static text on 1 display.
the scroll function is running the whole time. And the static text is showing the time.
The issues is that as long as the "show message" is running the text function is not updated.
so is it possible with some smart code to fix this ?
So the show_message(device, msg, fill="white", font=proportional(LCD_FONT), scroll_delay=0.01)
and
with canvas(device) as draw:
text(draw, (0, 0), time, fill="white")
The text was updated successfully, but these errors were encountered:
Hello.
i want to use the function scrol and different static text on 1 display.
the scroll function is running the whole time. And the static text is showing the time.
The issues is that as long as the "show message" is running the text function is not updated.
so is it possible with some smart code to fix this ?
So the
show_message(device, msg, fill="white", font=proportional(LCD_FONT), scroll_delay=0.01)
and
The text was updated successfully, but these errors were encountered: