gfx_update — flushes the in-RAM graphics buffer.
#include <gfx.h>
void gfx_update (
)
void
no arguments
All changes end up in an in-RAM graphics buffer, and are not visible until it is flushed to the display screen using gfx_update.
gfx_update