Documentation ¶
Index ¶
Constants ¶
View Source
const FBIOGET_FSCREENINFO = 0x4602
View Source
const FBIOGET_VSCREENINFO = 0x4600
View Source
const FBIOPUT_VSCREENINFO = 0x4601
View Source
const FB_TYPE_PACKED_PIXELS = 0
View Source
const FB_VISUAL_TRUECOLOR = 2
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BGR ¶
func (*BGR) ColorModel ¶
type BGR32 ¶
func (*BGR32) ColorModel ¶
type BGR565 ¶
func (*BGR565) ColorModel ¶
type FixScreenInfo ¶
type FixScreenInfo struct { Id [16]byte Smem_start uintptr Smem_len, Type, Type_aux, Visual uint32 Xpanstep, Ypanstep, Ywrapstep uint16 Line_length uint32 Mmio_start uintptr Mmio_len, Accel uint32 Capabilities uint16 Reserved [2]uint16 }
dont worry about uintptr .. there is compatibility code in the kernel :(
type NBGRA ¶
func (*NBGRA) ColorModel ¶
type UnsupportedError ¶
type UnsupportedError string
func (UnsupportedError) Error ¶
func (e UnsupportedError) Error() string
type VarScreenInfo ¶
type VarScreenInfo struct {
Xres, Yres,
Xres_virtual, Yres_virtual,
Xoffset, Yoffset,
Bits_per_pixel, Grayscale uint32
Red, Green, Blue, Transp BitField
Nonstd, Activate,
Height, Width,
Accel_flags, Pixclock,
Left_margin, Right_margin, Upper_margin, Lower_margin,
Hsync_len, Vsync_len, Sync,
Vmode, Rotate, Colorspace uint32
Reserved [4]uint32
}
Click to show internal directories.
Click to hide internal directories.