Synopsis #
Header: fxcg/display.h
Syscall index: 0x0291
Function signature: void Bdisp_WriteGraphDD_WB(struct
display_graph* gd)
Directly draws a bitmap to screen, bypassing VRAM. Similar to Bdisp_WriteGraphVRAM.
Parameters #
- struct display_graph* gd - pointer to struct containing information on the bitmap to draw. See Bdisp_WriteGraphVRAM for more information. The only difference is that, with Bdisp_WriteGraphDD_WB, the y value is automatically incremented by 24 pixels, to skip the status area.