GFXprim
2D bitmap graphics library with emphasis on speed and correctness
|
A work in progress freertos backend. More...
#include <backends/gp_backend.h>
Go to the source code of this file.
Functions | |
gp_backend * | gp_backend_rtos_init (gp_size w, gp_size h, gp_pixel pixel_type, void *fb) |
Initializes freertos backend. | |
A work in progress freertos backend.
Definition in file gp_backend_freertos.h.
gp_backend * gp_backend_rtos_init | ( | gp_size | w, |
gp_size | h, | ||
gp_pixel | pixel_type, | ||
void * | fb | ||
) |
Initializes freertos backend.
The backend expects tinyusb hid library is linked with the application and uses the tinyusb hid callbacks to generate input events.
See libs/backends/freertos/ for details.
w | A buffer width. |
h | A buffer height. |
pixel_type | A buffer pixel_type. |
fb | A pointer to a start of a buffer. |