![]() |
PicoVGA
1.0-cmake
VGA/TV display on Raspberry Pico
|
Canvas descriptor. More...
#include <canvas.h>
Data Fields | |
u8 * | img |
Image data. | |
u8 * | img2 |
Image data 2 (2nd plane of CANVAS_PLANE2, attributes of CANVAS_ATTRIB8) | |
int | w |
Width. | |
int | h |
Height. | |
int | wb |
Pitch (bytes between lines) | |
u8 | format |
Canvas format CANVAS_*. | |
Canvas descriptor.