Synopsis #
Header: fxcg/display.h
Syscall index: 0x0262
Function signature: void Bdisp_SetPointWB_VRAM(int x, int y, short
unsigned int color)
Sets a single point (x, y) in VRAM to the given color, automatically adding 24 pixels to the vertical coordinate to skip the status bar.
Parameters #
- x: pixel column, 0 to 383.
- y: pixel row, 0 to 191.
- color: desired color.
Comments #
This syscall is exactly like Bdisp_SetPoint_VRAM, except for the automatic increment of the vertical coordinate. It is usually more useful (faster) to write to VRAM yourself than to use a syscall.