48#include "generic_pointer.h"
API for different shape drawing. All function provided here requires setting parameters before call....
Declaration of types for Graphic Library.
gl_image_format_t
Definition gl_types.h:74
uint16_t gl_image_height(const uint8_t *__generic_ptr image)
Gives height of the image.
uint16_t gl_image_width(const uint8_t *__generic_ptr image)
Gives width of the image.
int gl_draw_image(gl_rectangle_t *dest, gl_rectangle_t *src, const uint8_t *__generic_ptr image)
Draw image on display.
gl_image_format_t gl_image_format(const uint8_t *__generic_ptr image)
Gives format of the image.
The context structure for storing rectangle by its top left point and width and height (in pixels).
Definition gl_types.h:131