{"id":18301382,"url":"https://github.com/lvgl/lv_lib_gif","last_synced_at":"2025-10-27T18:40:55.107Z","repository":{"id":43826154,"uuid":"281896510","full_name":"lvgl/lv_lib_gif","owner":"lvgl","description":"GIF library for LVGL","archived":false,"fork":false,"pushed_at":"2022-02-17T17:19:10.000Z","size":142,"stargazers_count":37,"open_issues_count":3,"forks_count":13,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-21T05:43:02.159Z","etag":null,"topics":["embedded","gif-decoder","lvgl"],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lvgl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-07-23T08:33:06.000Z","updated_at":"2025-03-19T14:01:29.000Z","dependencies_parsed_at":"2022-09-22T04:50:44.241Z","dependency_job_id":null,"html_url":"https://github.com/lvgl/lv_lib_gif","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"lvgl/template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lvgl%2Flv_lib_gif","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lvgl%2Flv_lib_gif/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lvgl%2Flv_lib_gif/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lvgl%2Flv_lib_gif/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lvgl","download_url":"https://codeload.github.com/lvgl/lv_lib_gif/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247352296,"owners_count":20925245,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["embedded","gif-decoder","lvgl"],"created_at":"2024-11-05T15:15:48.632Z","updated_at":"2025-10-27T18:40:55.102Z","avatar_url":"https://github.com/lvgl.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GIF decoder for LVGL\n\n**This repository is merged into the lvgl repository and archived. See https://docs.lvgl.io/master/details/libs/gif.html**\n\nAllow to use of GIF images in LVGL from. \n\nBased on https://github.com/lecram/gifdec\n\n## Get started\n- Download or clone this repository\n  - [Download from GitHub](https://github.com/lvgl/lv_lib_gif/archive/master.zip)\n  - Clone: `git clone https://github.com/lvgl/lv_lib_gif.git`\n- Include the library: `#include \"lv_lib_gif/lv_gif.h\"`\n\n## Use GIF images from file\n```c\nlv_obj_t * img = lv_gif_create_from_file(parent, \"S/path/to/example.gif\");\n```\n\n## Use GIF images from flash\nIf the gif file stored in the flash as a C array: \n```c\nextern const uint8_t example_gif_map[];  /*Use the example gif*/\nlv_obj_t * img = lv_gif_create_from_data(parent, example_gif_map);\n```\n### Convert GIF files to C array\nTo convert a GIF file to byte values array use [LVGL's online converter](https://lvgl.io/tools/imageconverter). Select \"Raw\" color format and \"C array\" Output format.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flvgl%2Flv_lib_gif","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flvgl%2Flv_lib_gif","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flvgl%2Flv_lib_gif/lists"}