|
mikroSDK Reference Manual
|
Go to the documentation of this file.
49 #include "../../../generic.h"
134 #endif // _GL_IMAGE_H_
uint16_t gl_image_width(const uint8_t *__generic image)
Calculate width of the image.
Declaration of types for Graphic Library.
The context structure for storing rectangle by its top left point and width and height (in pixels).
Definition: gl_types.h:128
uint16_t gl_image_height(const uint8_t *__generic image)
Calculate height of the image.
int gl_draw_image(gl_rectangle_t *dest, gl_rectangle_t *src, const uint8_t *__generic image)
Draw image on display.
API for different shape drawing.
gl_image_format_t
Definition: gl_types.h:71
gl_image_format_t gl_image_format(const uint8_t *__generic image)
Return format of the image.