Bdisp PutDisp DD
From WikiPrizm
Jump to navigationJump to search
Synopsis
Header: fxcg/display.h
Syscall index: 0x025F
Function signature: Bdisp_PutDisp_DD(void)
Comments
Puts the VRAM on the screen. This function blocks until the copy of the VRAM to the LCD through DMA is finished.
It is possible to write a non-blocking implementation, see Non-blocking_DMA which is used in, for example, ProgrammerNerd's MPEG player.