- Cursor positioning:
gloSetCursor( col,row )
- Setting font size:
gloFont_1w1h
thrugloFont_4w4h
- Custom character definition:
gloCreateChar( ccnum, patarray )
- Custom character display:
gloCustomChar( ccnum )
- Right-alignment:
gloSetCursorAlignRight( col, row, width )
- Startup Screen creation:
gloSaveStartScreen
- ...the entire GLO instruction set
The library includes 10 example programs; five each for UART and SoftwareSerial interfacing (with a fix for the soft-serial startup bug). The UART examples have been tested on a MEGA 2560 and 32-bit DUE; the SoftwareSerial examples on a MEGA 2560 and UNO.