Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
kmain
Function · 0.85
KernelPanic
Function · 0.85
SysMapFB
Function · 0.85
SysGetVideoMode
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected