vga
vga copied to clipboard
Feedback Appreciated
This crate is fairly new, so I thought I'd take the approach that spinning_top took and ask for feedback if anyone's interested. My main goal was to get something working so I'm sure there are plenty of improvements. If anyone has some spare time to give it a look I'd greatly appreciate it.
I have used this crate for my operating system, and I have been able to use all of its features without any error. So far it works perfectly.
Glad you like it, thanks for the feedback!
This library is great, but there may be people who would need more explained documentation. E.G.
Not really sure how to call the crate function to write Hello World
on the screen
I'd love support for more resolutions, such as the default 1280x800x256 that the new bootloader 0.11.3 uses. The API is pretty nice, but set_video_mode
wants an enum VideoMode
, which I can't extend with a custom resolution.