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 am having problems redrawing the frame buffer periodically using a timer. The first succeeds, but all further draw calls fail with an IO Error. Maybe I do not understand the procedure correctly...
The MmioTransport is initialized as in the RISCV example.
A timer interrupt calls draw periodically. The first draw call succeeds; all subsequent ones fail in setup_framebuffer.
Ok, it seems to work if the frame buffer is only set up once during initialization and then only flushed repeatedly. The downside is that this cannot respond to resolution changes...
Hi, first of all, thanks for the great bindings.
I am having problems redrawing the frame buffer periodically using a timer. The first succeeds, but all further draw calls fail with an IO Error. Maybe I do not understand the procedure correctly...
The MmioTransport is initialized as in the RISCV example.
A timer interrupt calls
draw
periodically. The firstdraw
call succeeds; all subsequent ones fail insetup_framebuffer
.The text was updated successfully, but these errors were encountered: