Open
Description
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.
Metadata
Metadata
Assignees
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
JM2707 commentedon Apr 18, 2020
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.
RKennedy9064 commentedon Apr 19, 2020
Glad you like it, thanks for the feedback!
tsatke commentedon May 9, 2023
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 enumVideoMode
, which I can't extend with a custom resolution.