BeRTOS
|
Control structure to draw in a bitmap. More...
#include <gfx.h>
Data Fields | |
uint8_t * | raster |
Pointer to byte array to hold the data. | |
coord_t | height |
Width/Height in pixels. | |
coord_t | stride |
Bytes per row. | |
coord_t | penY |
Current pen position MoveTo()/LineTo() |