vga-framebuffer-rs
vga-framebuffer-rs copied to clipboard
Add optional pixel buffer
Some platforms don't have the RAM for a framebuffer, but it would be nice to put that back in as an option. Maybe as a different struct, but where the text buffer and the pixel buffer implement some of the same traits (like writing text?)