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