Name

gfx_init — initializes the graphics hardware and buffer.

Synopsis

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

Arguments

void

no arguments

Description

Initializes the graphics hardware and buffer. Should be invoked before any other function in the GFX module is invoked.