| PatchworkOS
    | 
Framebuffer device header. More...
| Data Structures | |
| struct | fb_info_t | 
| Framebuffer info struct.  More... | |
| Enumerations | |
| enum | fb_format_t { FB_ARGB32 } | 
| Framebuffer format enum.  More... | |
Framebuffer device header.
The sys/fb.h header defines structs and constants used by framebuffer devices, for example /dev/fb0. The primary way to use a framebuffer device is to first use IOCTL_FB_INFO to retrieve its width and height, then factoring in its format to get the total size in bytes of the framebuffer and finally using mmap to map it to the currently running processes address space. 
| enum fb_format_t |