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

Function GetVideoMode

Kernel/src/video.cpp:166–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164 }
165
166 video_mode_t GetVideoMode(){
167 return videoMode;
168 }
169
170 void DrawPixel(unsigned int x, unsigned int y, uint8_t r, uint8_t g, uint8_t b){
171 uint32_t colour = r << 16 | g << 8 | b;

Callers 4

kmainFunction · 0.85
KernelPanicFunction · 0.85
SysMapFBFunction · 0.85
SysGetVideoModeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected