{"id":13958936,"url":"https://github.com/larryli/u8g2_wqy","last_synced_at":"2025-08-19T20:22:15.398Z","repository":{"id":44730071,"uuid":"103386909","full_name":"larryli/u8g2_wqy","owner":"larryli","description":"适合 u8g2 的中文字体，采用文泉驿点阵宋体作为源本，提供 12x12、13x13、14x14、15x15 和 16x16 点阵字库。","archived":false,"fork":false,"pushed_at":"2017-09-23T15:04:46.000Z","size":8864,"stargazers_count":428,"open_issues_count":9,"forks_count":82,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-07-21T00:42:33.098Z","etag":null,"topics":["arduino-library","chinese"],"latest_commit_sha":null,"homepage":"","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/larryli.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":"2017-09-13T10:34:54.000Z","updated_at":"2025-06-28T09:11:48.000Z","dependencies_parsed_at":"2022-09-07T01:01:39.329Z","dependency_job_id":null,"html_url":"https://github.com/larryli/u8g2_wqy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/larryli/u8g2_wqy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/larryli%2Fu8g2_wqy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/larryli%2Fu8g2_wqy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/larryli%2Fu8g2_wqy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/larryli%2Fu8g2_wqy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/larryli","download_url":"https://codeload.github.com/larryli/u8g2_wqy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/larryli%2Fu8g2_wqy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271215065,"owners_count":24720103,"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","status":"online","status_checked_at":"2025-08-19T02:00:09.176Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["arduino-library","chinese"],"created_at":"2024-08-08T13:02:07.553Z","updated_at":"2025-08-19T20:22:15.392Z","avatar_url":"https://github.com/larryli.png","language":"C","funding_links":[],"categories":["硬件_其他"],"sub_categories":["网络服务_其他"],"readme":"# u8g2_wqy\n\n适合 [u8g2](https://github.com/olikraus/u8g2) 的中文字体，采用[文泉驿点阵宋体](http://wenq.org/wqy2/index.cgi?FontGuide#_1)作为源本，提供 12x12、13x13、14x14、15x15 和 16x16 点阵字库。\n\n\n## 区别\n\n- `chinese1`、`chinese2`、`chinese3` 为 [u8g2 官方提供](https://github.com/olikraus/u8g2/issues/126)的小字符集。\n- `gb2312` 是完整的 [GB2312 简体中文编码](http://tools.jb51.net/table/gb2312) 字符集。\n- `gb2312a` 只有 GB2312 `01`、`02` 和 `16` 到 `55` 以及部分 `08` 区的编码。没有包含全角标点符号，如 `！`，请用半角 `!` 代替。\n- `gb2312b` 只有 GB2312 `01` 到 `55` 的编码，其中 `10` 到 `15` 区为空区。比 `gb2312a` 多一些额外的符号。\n\n\n## 字库大小\n\n 字体名 | 字符数 | 字节\n:-------|-------:|-----:\n`u8g2_font_wqy12_t_chinese1` | 411 | 9,491\n`u8g2_font_wqy12_t_chinese2` | 574 | 13,701\n`u8g2_font_wqy12_t_chinese3` | 993 | 25,038\n`u8g2_font_wqy12_t_gb2312a` | 4041 | 111,359\n`u8g2_font_wqy12_t_gb2312b` | 4531 | 120,375\n`u8g2_font_wqy12_t_gb2312` | 7539 | 208,228\n`u8g2_font_wqy13_t_chinese1` | 411 | 10,341\n`u8g2_font_wqy13_t_chinese2` | 574 | 14,931\n`u8g2_font_wqy13_t_chinese3` | 993 | 27,370\n`u8g2_font_wqy13_t_gb2312a` | 4041 | 121,327\n`u8g2_font_wqy13_t_gb2312b` | 4531 | 130,945\n`u8g2_font_wqy13_t_gb2312` | 7539 | 227,383\n`u8g2_font_wqy14_t_chinese1` | 411 | 11,368\n`u8g2_font_wqy14_t_chinese2` | 574 | 16,443\n`u8g2_font_wqy14_t_chinese3` | 993 | 30,200\n`u8g2_font_wqy14_t_gb2312a` | 4040 | 133,898\n`u8g2_font_wqy14_t_gb2312b` | 4530 | 143,477\n`u8g2_font_wqy14_t_gb2312` | 7538 | 251,515\n`u8g2_font_wqy15_t_chinese1` | 411 | 12,590\n`u8g2_font_wqy15_t_chinese2` | 574 | 18,133\n`u8g2_font_wqy15_t_chinese3` | 993 | 33,165\n`u8g2_font_wqy15_t_gb2312a` | 4041 | 147,563\n`u8g2_font_wqy15_t_gb2312b` | 4531 | 158,713\n`u8g2_font_wqy15_t_gb2312` | 7539 | 276,938\n`u8g2_font_wqy16_t_chinese1` | 411 | 14,229\n`u8g2_font_wqy16_t_chinese2` | 574 | 20,245\n`u8g2_font_wqy16_t_chinese3` | 993 | 37,454\n`u8g2_font_wqy16_t_gb2312a` | 4041 | 169,286\n`u8g2_font_wqy16_t_gb2312b` | 4531 | 182,271\n`u8g2_font_wqy16_t_gb2312` | 7539 | 318,090\n\n\n## 文档\n\n- https://github.com/larryli/u8g2_wqy/wiki\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flarryli%2Fu8g2_wqy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flarryli%2Fu8g2_wqy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flarryli%2Fu8g2_wqy/lists"}