Closed TravisThomp closed 3 weeks ago
Thanks for reporting the regression. I believe that the changes in commit 37445e33 should resolve the issue.
Please test it and let me know if this solves the issue, or if there are any further problems.
Fixed on 0.4.2
. the version 0.4.1
is yanked.
Feel free to reopen if the problem still exists.
Works like a charm, thank you! :)
I'm using a raspberry pi zero-2w and the rppal bindings.
My setup is
When I draw with
display.set_pixel(...)
it works perfectly, but when I attempt to use embedded_graphics to draw a simple rectangle(or any shape)I get this error
Failed to draw rectangle: OutOfBoundsError
I've seen only code that works based off
lvgl
but I'm not in need of UI. Is there something I'm missing to get this to work with just embedded_graphics?