View Single Post
Old 12-21-2016, 02:24 AM   #6
kitomer
Member
kitomer began at the beginning.
 
Posts: 16
Karma: 10
Join Date: Dec 2010
Device: Kindle 3 Wi-Fi
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.
kitomer is offline   Reply With Quote