View Source Framebuffer.Screeninfo.Fix (framebuffer v0.0.1)
A representation of fb_fix_screeninfo
as defined in linux/fb.h
. This encapsulates
device-independent info about the buffer device and its current format. These properties
are immutable from userspace by direct calls, though they may change when the format
is changed.
Link to this section Summary
Link to this section Types
Specs
t() :: %Framebuffer.Screeninfo.Fix{ accel: non_neg_integer(), capabilities: non_neg_integer(), id: binary(), line_length: non_neg_integer(), mmio_len: non_neg_integer(), mmio_start: non_neg_integer(), smem_len: non_neg_integer(), smem_start: non_neg_integer(), type: non_neg_integer(), visual: non_neg_integer(), xpanstep: non_neg_integer(), ypanstep: non_neg_integer() }