PatchworkOS  c9fea19
A non-POSIX operating system.
Loading...
Searching...
No Matches
fb_info_t Struct Reference

Framebuffer info struct. More...

#include <fb.h>

Collaboration diagram for fb_info_t:

Data Fields

uint64_t width
 
uint64_t height
 
uint64_t stride
 
fb_format_t format
 
char name [MAX_NAME]
 

Detailed Description

Framebuffer info struct.

The fb_info_t struct stores information about a framebuffer and is retrieved by reading a /dev/fb/[id]/info file.

Definition at line 38 of file fb.h.

Field Documentation

◆ width

uint64_t fb_info_t::width

Definition at line 40 of file fb.h.

◆ height

uint64_t fb_info_t::height

Definition at line 41 of file fb.h.

◆ stride

uint64_t fb_info_t::stride

Definition at line 42 of file fb.h.

◆ format

fb_format_t fb_info_t::format

Definition at line 43 of file fb.h.

◆ name

char fb_info_t::name[MAX_NAME]

Definition at line 44 of file fb.h.


The documentation for this struct was generated from the following file: