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
Using PicoGraphics::pixel seems to be very slow. The fact inky is able to display jpeg images at reasonable speed makes be think the bottleneck is probably the ffi calls one byte at a time psram writes. Is it possible to dump a buffer directly at the frame buffer?
I was trying to render a color gradient with manual dithering (because i don't like the default dithering patterns).
The text was updated successfully, but these errors were encountered:
Using PicoGraphics::pixel seems to be very slow. The fact inky is able to display jpeg images at reasonable speed makes be think the bottleneck is probably the
ffi callsone byte at a time psram writes. Is it possible to dump a buffer directly at the frame buffer?I was trying to render a color gradient with manual dithering (because i don't like the default dithering patterns).
The text was updated successfully, but these errors were encountered: