Crate framebuffer[][src]

Expand description

Simple linux framebuffer abstraction. Examples can be found here.

Structs

Bitfield which is a part of VarScreeninfo.

Struct as defined in /usr/include/linux/fb.h Note: type is a keyword in Rust and therefore has been changed to fb_type.

Struct that should be used to work with the framebuffer. Direct usage of frame should not be necessary.

Struct as defined in /usr/include/linux/fb.h

Enums

Kind of errors that can occur when dealing with the Framebuffer.

Enum that can be used to set the current KdMode.