Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Atmosphere-NX/Atmosphere
/ SetPixel
Function
SetPixel
fusee/program/source/fusee_print.cpp:35–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
constinit size_t g_row = 0;
34
35
void SetPixel(size_t x, size_t y, u32 color) {
36
g_frame_buffer[(FrameBufferWidth - x) * FrameBufferHeight + y] = color;
37
}
38
39
void PutCarriageReturn() {
40
g_col = 1;
Callers
1
PutCharImpl
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected