Feature request: Upload binary data to VDP framebuffer
Closed this issue · 0 comments
james7780 commented
Please consider adding ability to upload data directly to the "screen" (VDP frame buffer), would make it much easier to display full-screen images / title screens etc.
-
Upload RAW RGB bitmap data to "screen"
-
Upload palette-indexed bitmap data to screen, which will be converted to appropriate RGB value in the framebuffer.
Edit: Nevermind, it looks like you can upload bitmaps larger than 256x256, which for some reason I thought was the limit.