Skip to content
rudidl edited this page Nov 22, 2016 · 11 revisions

XGLCD Arduino Library Function Reference

This Wiki is a reference document for all XGLCD Arduino library functions.

General

The format of the color parameter depends on the chosen color depth. Default a 64k color map is used and the color parameter must be RGB565 formatted. When a 256 color map is chosen the RGB332 format must be used.

The 0,0 coordinate is located in the left-upper corner of the LCD. All coordinates start from 0 and the maximum value is either the display width - 1 or the display height - 1.

Home

Clone this wiki locally