BeRTOS
Data Fields
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 136 of file gfx.h.


Field Documentation

Bytes per row.

Definition at line 140 of file gfx.h.


The documentation for this struct was generated from the following file: