Sensorian  1.0
C API Reference Guide Library
_Image Struct Reference

Image type. Contains image array with height and width dimensions. More...

#include <TFT.h>

Data Fields

unsigned int * picture
 
unsigned char width
 
unsigned char height
 

Detailed Description

Image type. Contains image array with height and width dimensions.

Definition at line 156 of file TFT.h.

Field Documentation

unsigned char height

Height of image.

Definition at line 160 of file TFT.h.

unsigned int * picture

Pointer to array of int

Definition at line 158 of file TFT.h.

unsigned char width

Width of image.

Definition at line 159 of file TFT.h.


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