GOLInit Function

Microchip Graphics Library

Microchip Graphics Library
GOLInit Function
C
void GOLInit();
Overview

This function initializes the graphics library and creates a default style scheme with default settings referenced by the global scheme pointer. GOLInit() function must be called before GOL functions can be used. It is not necessary to call GraphInit() function if this function is used.

Returns

none

Preconditions

none

Side Effects

This sets the line type to SOLID_LINE, sets the screen to all BLACK, sets the current drawing color to WHITE, sets the graphic cursor position to upper left corner of the screen, sets active and visual pages to page #0, clears the active page and disables clipping. This also creates a default style scheme.

Microchip Graphics Library Version 3.06.02 - October 15, 2012
Copyright © 2012 Microchip Technology, Inc.  All rights reserved