]> git.sur5r.net Git - freertos/blob - FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained_IAR_Keil/libboard_samv7-ek/include/lcd_gimp_image.h
Final V8.2.1 release ready for tagging:
[freertos] / FreeRTOS / Demo / CORTEX_M7_SAMV71_Xplained_IAR_Keil / libboard_samv7-ek / include / lcd_gimp_image.h
1 #ifndef _GIMP_IMAGE_\r
2 #define _GIMP_IMAGE_\r
3 \r
4 #include <stdint.h>\r
5 \r
6 typedef struct _SGIMPImage\r
7 {\r
8   uint32_t dwWidth;\r
9   uint32_t dwHeight;\r
10   uint32_t dwBytes_per_pixel; /* 3:RGB, 4:RGBA */ \r
11   uint8_t* pucPixel_data ;\r
12 } SGIMPImage ;\r
13 \r
14 #endif // _GIMP_IMAGE_\r