Data Fields | |
uint8_t * | buf |
uint8_t | color_fmt |
uint16_t | width |
uint16_t | height |
int16_t | x_offset |
int16_t | y_offset |
int32_t | mask_x_offset |
int32_t | mask_y_offset |
int32_t | mask_width |
int32_t | mask_height |
uint8_t* ezipa_canvas_t::buf |
canvas buffer
uint8_t ezipa_canvas_t::color_fmt |
canvas buffer color format, EPIC color format, e.g. EPIC_COLOR_ARGB8565
uint16_t ezipa_canvas_t::height |
canvas height
uint16_t ezipa_canvas_t::width |
canvas width
int16_t ezipa_canvas_t::x_offset |
x offset where ezipa frame is drawn on canvas
int16_t ezipa_canvas_t::y_offset |
y offset where ezipa frame is drawn on canvas