Crate linuxfb

Source
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§

ErrnoError
Represents an error read from the libc global errno
Error
Errors returned by Framebuffer methods
Framebuffer
Represents a single framebuffer device
PixelLayout
PixelLayoutChannel

Enums§

BlankingLevel
Represents a screen blanking level
ErrorKind
TerminalMode

Functions§

set_terminal_mode
Switch the terminal into desired mode.