Name

gfx_update — flushes the in-RAM graphics buffer.

Synopsis

#include <gfx.h>   
void gfx_update (void); 
void;
 

Arguments

void

no arguments

Description

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.