vga-framebuffer-rs icon indicating copy to clipboard operation
vga-framebuffer-rs copied to clipboard

Add optional pixel buffer

Open thejpster opened this issue 7 years ago • 0 comments

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?)

thejpster avatar Mar 14 '18 17:03 thejpster