-
Notifications
You must be signed in to change notification settings - Fork 1
Home
rudidl edited this page Nov 22, 2016
·
11 revisions
This Wiki is a reference document for all XGLCD Arduino library functions.
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.
- XGLCD Library Reference
- [Display and Windows](https://github.com/xgraph/xg8800/wiki/Display and Windows)
- [Graphic Primitives](https://github.com/xgraph/xg8800/wiki/Graphic Primitives)
- [Text and Fonts](https://github.com/xgraph/xg8800/wiki/Text and Fonts)
- Colors
- Touchscreen
- Scrolling
- Layers
- [Block Transfer Engine](https://github.com/xgraph/xg8800/wiki/Block Transfer Engine)