{"id":18671873,"url":"https://github.com/coloryr/lvgl_flash_font","last_synced_at":"2026-05-05T06:38:56.202Z","repository":{"id":108705390,"uuid":"493471635","full_name":"Coloryr/lvgl_flash_font","owner":"Coloryr","description":"lvgl font use flash","archived":false,"fork":false,"pushed_at":"2022-12-22T14:52:02.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-27T19:27:49.329Z","etag":null,"topics":["font","lvgl"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Coloryr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-05-18T01:48:04.000Z","updated_at":"2023-01-24T11:16:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"26a648c2-752f-424d-979f-c516ddf0a165","html_url":"https://github.com/Coloryr/lvgl_flash_font","commit_stats":{"total_commits":4,"total_committers":1,"mean_commits":4.0,"dds":0.0,"last_synced_commit":"0fd9296c05ce1afbcfa73a9d7e81ad14b7e5aa4c"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Coloryr%2Flvgl_flash_font","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Coloryr%2Flvgl_flash_font/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Coloryr%2Flvgl_flash_font/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Coloryr%2Flvgl_flash_font/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Coloryr","download_url":"https://codeload.github.com/Coloryr/lvgl_flash_font/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239512780,"owners_count":19651312,"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":["font","lvgl"],"created_at":"2024-11-07T09:08:08.683Z","updated_at":"2025-11-06T21:30:35.866Z","avatar_url":"https://github.com/Coloryr.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lvgl flash font\nlet lvgl font read in `extend flash` or `tf card` and use less memory;\n\n## Usage\n1. copy all code to your project\n2. fix all mark `TODO` funtion\n3. init it\n```c\n#include \"myfont.h\"\n\nvoid init(void)\n{\n    load_font(0);\n}\n```\n4. switch font\n```c\n#include \"myfont.h\"\n\nvoid show_init(void)\n{\n    lv_obj_t * label1 = lv_label_create(lv_scr_act());\n    lv_obj_set_style_text_font(label1, \u0026font_16.font, 0);\n}\n```\n\n## Make a font\n1. Install nodejs\n2. Prepare `.fft`\n3. Run in Cmd\n```\nnpx lv_font_conv --font .\\xxx.ttf -r 0x00-0xFFFF --size 16 --format bin --no-compress --bpp 2 -o fz16_no.font\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoloryr%2Flvgl_flash_font","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoloryr%2Flvgl_flash_font","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoloryr%2Flvgl_flash_font/lists"}