rm-hull/luma.led_matrix

Scrol function and static text

Opened this issue · 0 comments

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

with canvas(device) as draw:
    text(draw, (0, 0), time, fill="white")