搜索资源列表
英文点阵字库
- 英文点阵字库,嵌入式系统必备--English font lattice library.
介绍如何使用UCDOS的HZK16 点阵字库
- 介绍如何使用UCDOS的HZK16 点阵字库,对于想在LCD上显示汉字的看一下就明白了。-UCDOS how to use the library HZK16 lattice, the LCD to show the Chinese characters look at it to understand.
ucGUI的16_16点阵字库
- 应用于ucGUI的16*16点阵字库文件 只要将该文件加入ucGUI的工程中, 再在GUI.H中如下声明: extern const GUI_FONT GUI_Font6x8 ...... extern const GUI_FONT GUI_Font_HZ16x16 //汉字字体 即可使用. 使用实例: static void DemoHZ(void) { const char str[] = GUI_UC_START\"中国人民万岁\"GUI_UC_END /* Set ShiftJIS fo
16_16点阵字库
- 16_16点阵字库
分析各种点阵字库结构和程序
- 用于分析各种点阵字库结构和程序,对嵌入式或单片机开发很有帮助。,Font used to analyze the various lattice structures and procedures to develop single-chip embedded or helpful.
HZK14
- HZK14点阵字库,头文件格式. 适合嵌入式开发-Font HZK14 lattice, the first file format. Suitable for embedded development
16*16点阵字库
- 16*16点阵字库,用于LCD显示屏-16* 16 dot matrix font
LCD_HZK
- 汉字点阵字库仿真,这个字库挺好用的,希望能为大家提供帮助!-Chinese character dot-matrix font Simulation
4874
- 点阵字库生成器,16*16字符点阵,可直接输出-Dot matrix character generator, 16* 16 character dot matrix can be directly output
grid
- 发现这个不错的程序,可以读取显示汉字点阵字库,如果想做个电子书之类的东东,很有参考价值,程序虽然是用TC20写的,但是DOS时代的C和单片机的很相似的,主要的公式部分看明白就行了 -word display
fontlib-source
- 我设计的点阵字库的标准,可用于嵌入式系统,这里包含文档和我们自己使用的C语言源代码。 该字库标准支持UNICODE和GBK两者编码方式。-fontlib doc&source(c language).
hz
- 一款与HKZ16配合使用的16x16点阵字库单个汉字点阵信息获取的工具-Be used in conjunction with the HKZ16 a 16x16 dot matrix font a single Chinese character dot-matrix information acquisition tool
CharMatrix
- 在嵌入式开发过程中,经常会遇到点阵字库的需要。本工具能将任意的矢量字体转换为任意大小的点阵字体图片。支持代码页,也可直接输入单个字符/汉字/符合的 Unicode编码。-In the embedded development process, often encounter the need for dot matrix font. This tool can convert any vector font of any size bitmap font images. Support for
ASC16
- ascII码8*16点阵字库,应用在单片机LED汉字显示。-ascII 8* 16 dots matrix library code, used in SCM character LED display.
HanzFontMaker
- 嵌入式点阵字库工具,支持所有字体!功能强大,简单易用,由从事多年嵌入式GUI开发的技术人员倾力制作的免费工具,助你一臂之力!-Embedded bitmap fonts tool that supports all font! Powerful, easy to use, for many years engaged in embedded GUI development by the technical staff effort to the production of free tools
LCM12864点阵字库
- 点阵字库 支持64*128分辨率屏幕。字库码大全。(The dot matrix library supports the 64*128 resolution screen.Word library code encyclopedia.)
gt20l16s1y_spi
- 用于从字库芯片 gt20l16s1y读取点阵字库,spi读取方式(Reading the dot matrix font library from the font chip gt20l16s1y, the SPI reading mode)
ALL TYPE HZK
- 各种各样的汉字点阵字库,搞嵌入式系统的LCD的工具(All kinds of Chinese character dot matrix libraries, LCD tools for embedded systems)
文字点阵字库生成器
- 软件可以在WINDOWS 系统下生成任意点阵大小的ASCII, GB2312(简体中文)、GBK(简体中文)、BIG5(繁体中文)、HANGUL(韩 文)、SJIS(日文)、Unicode 以及泰文,越南文、俄文、乌克兰文,拉 丁文,8859 系列等共二十几种编码的字库,不但支持生成二进制文 件格式的文件,也可以生成BDF 文件,还支持生成图片功能,并支 持横向,纵向等多种扫描方式,且扫描方式可以根据用户的需求进行 增加。(The software can generate ASCI
GBK 16x16点阵字库
- 杰理系统使用的16x16 GBK字库,可以直接加载使用