Expand description
Interface to the Linux Framebuffer API
This crate provides high-level access to a linux framebuffer device (/dev/fb*
).
Check out the Framebuffer
documentation for a simple example.
Once you are familiar with the basic interface, check out the double::Buffer
documentation, for some more examples.
Modules§
- double
- Double-buffered interface to a framebuffer
Structs§
- Errno
Error - Represents an error read from the libc global
errno
- Error
- Errors returned by
Framebuffer
methods - Framebuffer
- Represents a single framebuffer device
- Pixel
Layout - Pixel
Layout Channel
Enums§
- Blanking
Level - Represents a screen blanking level
- Error
Kind - Terminal
Mode
Functions§
- set_
terminal_ mode - Switch the terminal into desired mode.