|
EasyGUI
|
Low-level layer for LCD support. More...
Functions | |
| uint8_t | gui_ll_init (gui_lcd_t *LCD, gui_ll_t *LL) |
| Initialize LCD low-level display driver. More... | |
| uint8_t | gui_ll_control (gui_lcd_t *LCD, GUI_LL_Command_t cmd, void *param, void *result) |
| Send command to for LCD from GUI. More... | |
Low-level layer for LCD support.
| uint8_t gui_ll_control | ( | gui_lcd_t * | LCD, |
| GUI_LL_Command_t | cmd, | ||
| void * | param, | ||
| void * | result | ||
| ) |
Send command to for LCD from GUI.
| [in,out] | LCD | Pointer to gui_lcd_t structure with LCD properties |
| [in] | cmd | Command to be executed |
| [in] | param | Optional data included in command |
| [out] | result | Result from command |