gfx.Start

Initialize the LameGFX library.

Syntax

gfx.Start

Parameters

This command takes no parameters.

Returns

The address of the drawing buffer.

About

Call gfx.Start to start LameGFX. It should only be started once at the beginning of your program, before all drawing operations, and should be connected to LameLCD right away.

lcd.Start(gfx.Start)