Firmware SDK
twr_image.h
1
2
#ifndef _TWR_IMAGE
3
#define _TWR_IMAGE
4
5
#include <twr_common.h>
6
7
typedef
struct
{
8
const
uint8_t *data;
9
uint16_t width;
10
uint16_t height;
11
uint8_t dataSize;
12
}
twr_image_t
;
13
14
#endif
// _TWR_IMAGE
twr_image_t
Definition:
twr_image.h:7
twr
inc
twr_image.h
Generated by
1.9.1