PicoVGA  1.0-cmake
VGA/TV display on Raspberry Pico
sCanvas Struct Reference

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_*.
 

Detailed Description

Canvas descriptor.


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