MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / FBInfo

Class FBInfo

LibLemon/include/lemon/system/fb.h:9–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7#endif
8
9typedef struct FBInfo{
10 uint32_t width; // Resolution width
11 uint32_t height; // Resolution height
12 uint16_t bpp; // Resolution depth/bits per pixel
13
14 uint32_t pitch; // Video mode pitch
15} __attribute__((packed)) fb_info_t;
16
17volatile uint8_t* LemonMapFramebuffer(FBInfo& fbInfo);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected