48#ifndef _GL_IMAGE_JPEG_H_
49#define _GL_IMAGE_JPEG_H_
Declaration of types for Graphic Library.
void gl_draw_bitmap_16bpp(gl_rectangle_t *dest, gl_rectangle_t *src, const uint8_t *image)
Draw image of bitmap 16bpp format on display.
int gl_draw_jpeg_image(gl_rectangle_t *dest, gl_rectangle_t *src, const uint8_t *image)
Draw image of jpeg format on display.
void gl_draw_bitmap_4bpp(gl_rectangle_t *dest, gl_rectangle_t *src, const uint8_t *image)
Draw image of bitmap 4bpp format on display.
void gl_draw_bitmap_1bpp(gl_rectangle_t *dest, gl_rectangle_t *src, const uint8_t *image)
Draw image of bitmap 1bpp format on display.
void gl_draw_bitmap_8bpp(gl_rectangle_t *dest, gl_rectangle_t *src, const uint8_t *image)
Draw image of bitmap 8bpp format on display.
The context structure for storing rectangle by its top left point and width and height (in pixels).
Definition gl_types.h:131