Just wanted to note that I finally found the fastest way to render graphics generated on the device, which is directly to framebuffer. It turns out that if one generates a 4bpp bmp then the exact pixel data of that kind of bmp can be dumped to the framebuffer at /dev/fb0 and will be displayed just nicely, without the overhead of writing to an actual bmp file and calling eips to display it.
|