[][src]Crate linuxfb

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.

This crate also provides a simple double-buffering implementation on top of the framebuffer itself, which can be used to draw without flickering.

Modules

double

Double-buffered interface to a framebuffer

Structs

Error

Errors returned by Framebuffer methods

Framebuffer

Represents a single framebuffer device

PixelLayout
PixelLayoutChannel

Enums

ErrorKind