u8g2_wqy icon indicating copy to clipboard operation
u8g2_wqy copied to clipboard

适合 u8g2 的中文字体,采用文泉驿点阵宋体作为源本,提供 12x12、13x13、14x14、15x15 和 16x16 点阵字库。

Results 8 u8g2_wqy issues
Sort by recently updated
recently updated
newest added

无法通过编译 exit status 1

#include "myfont.h" /* Fontname: -Misc-Fixed-Medium-R-Normal--13-120-75-75-C-70-ISO10646-1 Copyright: Public domain font. Share and enjoy. Glyphs: 0/3226 BBX Build Mode: 0 */ const uint8_t u8g2_font_wqy12_t_myfont[31] U8G2_FONT_SECTION("u8g2_font_wqy12_t_myfont") = "\0\0\2\2\0\0\0\0\0\0\0\0\0\13\376\13\376\0\0\0\0\0\2\0\0\0\4\377\377\0";

Please excause opening an issue here, but I do not know where else to place my problem. Background: I was asked to add the wqy directly into u8g2, based on...

按照 wiki中自行生成字库数据的教程,在新版本的u8g2上面好像不能运行了

Under the Windows 7_x64 , Echo '32-128 > myfont. The map `echo '32-128,' > myfont.map cat str.txt | iconv -f utf-8 -t c99 | sed 's/\\u\([0-9a-f]\{4\}\)/\$\1,\n/g' | sort | uniq...

支持ST7796的3.5寸屏幕显示嘛,大佬

u8g2 更新了unicode 查表方法,而仓库提供的bdfconv.exe还停留在2017年。 https://github.com/olikraus/u8g2/wiki/u8g2fontformat 转换自己的map文件时会导致不显示。但是转换仓库提供的map文件时却能正常显示。