搜索资源列表
UCGUIFontTool
- ucGUI上的汉字子模提取工具,可将汉字库提取成ucGUI可直接使用的c文件-ucGUI the Chinese Submodules extraction tool, Store can be extracted directly into ucGUI use of the c file
hanzi.lib
- ucgui 汉字字库,应用在嵌入式开发可产品的设计中-ucgui Chinese characters, application development can be embedded in the product design
ucgui3.9
- ucgui的源代码,版本3.9,支持汉字显示,在VC++6.0环境下可以进行运行的
guiHZK44bo
- 44bgui汉字显示调试 运行ucgui ads编译
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
ucGUI-FontConvert-Modiy
- ucGUI的汉字生成转换工具软件,非常具有参考价值-ucGUI Chinese characters conversion tools to generate software source code, very useful
ucgui
- ucgui 版本3.9,支持汉字显示,在VC++6.0环境下可以进行运行-ucgui version 3.9, support for Chinese characters show that in VC++6.0 environment can be run
hzk
- 汉字点阵信息编码生成器,用于生成任意大小的汉字的点阵16进制编码,我是在设计LED 显示屏时用到的。-Dot matrix character generator information coding for the characters of any size to generate the lattice of 16-band coding, I am in the design of LED display used.
c-decode
- ucgui下,汉字解码文件,big5,gbk,utf8,gb212-chinese decode in ucgui big5,gbk,utf8,gb212
SmallHZK12_2
- 12点阵汉字显示库文件,可以用在UCGUI中,直接使用。-12 characters dot matrix display library files, can be used in UCGUI, direct use.
ucgui-hanziku
- 这个是关于ucgui 汉字库的,是应用于嵌入式操作系统上的-This is on the ucgui汉字库is applied on the embedded operating system
ucguiHzk
- ucgui的任意字库或者任意汉字的小字库制作-ucgui any character or any character production of a small font
LiSu_21
- ucgui显示汉字 在GUI_FONT中的字模及具体格式 C文件-ucgui display Chinese characters in the GUI_FONT matrix and the specific format of C files
STM32-Chinese-Display
- 本程序用于在STM32下的ucgui中显示汉字。-chinese characters display in gui of stm32
uUCGGUIFontTTc
- ucGUI上的汉字子模提取工具,可将汉汉字库提取成ucGUI可直接使用的c文件 -Chinese characters on the ucGUI submodule extraction tool, can be Han Chinese character library extraction c file into ucGUI can be used directly
ucgui-chinese-font-config
- 基于STM32的ucgui下的汉字字体设置步骤方法。-Set step method based on the STM32 s ucgui under Chinese character fonts.
GSM_ADC_DHT11
- 这是一个GSM ucos stm32 ucgui环境下的有GSM短信收发 三路ADC 一路DHT11 温度湿度 采样程序 ,有pdu uconde 编码字库转换功能源码
stemwin-tutorials-Chapter-eighteen
- 安富莱电子推出emwin教程,共60期。论坛:http://bbs.armfly.com/本期教程主要跟大家介绍官方的小工具Font Converter的使用方法,使用官方的字体转换工具,字体的显示效果要比网上那些针对UCGUI设计的字体生成工具好非常多。4位抗锯齿的显示效果更是非常棒。在开头先跟大家强调两点,一个是这个字体小工具必须的使用STemWin软件包里面的,SEGGER官网下载的和MDK安装目录里面带的都是评估版,另一点是在教程中我会要求大家将要显示汉字的C文件转换为UTF-8编码,我