Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
GraphicsDisplayGIF.h
00001 00002 #ifndef GRAPHICSDISPLAYGIF_H 00003 #define GRAPHICSDISPLAYGIF_H 00004 00005 typedef struct { 00006 uint16_t image_left_position; 00007 uint16_t image_top_position; 00008 uint16_t image_width; 00009 uint16_t image_height; 00010 uint8_t fields; 00011 } gif_image_descriptor_t; 00012 const uint16_t gif_image_descriptor_size = 9; 00013 00014 typedef struct { 00015 uint16_t width; 00016 uint16_t height; 00017 uint8_t fields; 00018 uint8_t background_color_index; 00019 uint8_t pixel_aspect_ratio; 00020 } gif_screen_descriptor_t; 00021 const uint16_t gif_screen_descriptor_size = 7; 00022 00023 #endif // GRAPHICSDISPLAYGIF_H
Generated on Mon Jul 18 2022 18:51:06 by
