Bitmap Struct Reference
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(). | |
Detailed Description
Control structure to draw in a bitmap.
Definition at line 101 of file gfx.h.
Field Documentation
The documentation for this struct was generated from the following file:
