Firmware SDK
|
Display driver interface. More...
#include <twr_gfx.h>
Data Fields | |
bool(* | is_ready )(void *self) |
Callback for is ready. | |
void(* | clear )(void *self) |
Callback for clear display. | |
void(* | draw_pixel )(void *self, int left, int top, uint32_t color) |
Callback for draw pifex. | |
uint32_t(* | get_pixel )(void *self, int left, int top) |
Callback for draw pifex. | |
bool(* | update )(void *self) |
Callback for update. | |
twr_gfx_caps_t(* | get_caps )(void *self) |
Callback for get capabilities. | |