|
Functions |
|
void | glcdInitHW (void) |
|
void | glcdControllerSelect (u08 controller) |
|
void | glcdBusyWait (u08 controller) |
|
void | glcdControlWrite (u08 controller, u08 data) |
|
u08 | glcdControlRead (u08 controller) |
|
void | glcdDataWrite (u08 data) |
|
u08 | glcdDataRead (void) |
|
void | glcdReset (u08 resetState) |
|
void | glcdSetXAddress (u08 xAddr) |
|
void | glcdSetYAddress (u08 yAddr) |
|
void | glcdInit () |
|
void | glcdHome (void) |
|
void | glcdClearScreen (void) |
|
void | glcdStartLine (u08 start) |
|
void | glcdSetAddress (u08 x, u08 yLine) |
|
void | glcdGotoChar (u08 line, u08 col) |
|
void | glcdDelay (u16 p) |
Variables |
|
GrLcdStateType | GrLcdState |