LCD_Error
Error codes returned by the GLCD library.
@ LCD_ERR_UNINITIALIZED
The library is not initialized.
@ LCD_ERR_DURING_RENDER
An error occurred during shape drawing.
@ LCD_ERR_DURING_UNRENDER
An error occurred during shape deletion.
@ LCD_ERR_INVALID_OBJ
The object is invalid (invalid ID, empty components array, etc.)
@ LCD_ERR_COORDS_OUT_OF_BOUNDS
The specified (x,y) coordinates are out of the screen boundaries.
@ LCD_ERR_INVALID_FONT_ID
The font ID is invalid.
@ LCD_ERR_NO_MEMORY
The memory pool does not have enough space to allocate the object.
@ LCD_ERR_NULL_PARAMS
One or more params is NULL.
@ LCD_ERR_DURING_BBOX_CALC
An error occurred during bounding box calculation.
@ LCD_ERR_FONT_LIST_FULL
The font list is full. No more fonts can be added.
@ LCD_ERR_TOO_MANY_COMPS_IN_OBJ
The object has too many components.
@ LCD_ERR_OK
No error occurred.