-
FontGen2
点阵字体产生工具以及相关显示函数。
在开发嵌入式系统时,需要显示不同大小或类型字体的汉字。显然,对于嵌入式系统,不太可能使用矢量字体,而点阵字体,不同大小的字体不能简单的缩放。 另外,对一个小系统,也不需要完整的字体,往往只要几十个,甚至几个就够了。
一般,我们采用的方法是,自己准备点阵字体的数据,在显示汉字时,把这些数据写入显存就行了。 这时又存在另外一个问题,由于是不完整的字库,不能简单的用汉字的内码去找到对应的字体数据,如果逐个比较,又费时间。比较好的方法就是把字体数据排序,用二分法查找,这样可以大大提高查找效率。
这里为以上问题提供了一个完整的解决方案:
产生字体数据:指定字体类型、大小,自动产生字体数据。
字体数据排序:可以按Unicode,也可以按Ansi排序。
集成显示函数:提供相关显示函数。为了节省空间,我们把文字分成thin和wide两种,前者用于显示传统的ASCII字符集,后者用于显示汉字等多(双)字节字符
()
- 2020-06-30 09:20:02下载
- 积分:1
-
DS1302
DS1302+89c51的例程代码,实测可用(DS1302 STM32)
- 2016-11-20 21:55:19下载
- 积分:1
-
IR-decoding-digital-display
IR decoding digital display
- 2013-10-06 00:06:17下载
- 积分:1
-
DS1307_test
atmeg8 ds1307 RTC实时时钟芯片操作。。(atmeg8 ds1307 RTC)
- 2013-01-27 16:31:47下载
- 积分:1
-
VC6.0
说明: Ic卡 cpu 卡 发卡源程序
Ic卡 cpu 卡 发卡源程序(ic card cpucard ic card cpucard)
- 2010-04-23 13:07:28下载
- 积分:1
-
red
红外报警程序,利用红外发射实现自动报警,当有目标靠近,发出蜂鸣名声(Infrared alarm program)
- 2010-08-12 21:50:32下载
- 积分:1
-
KeyBorad
扫描4X4键盘,并将键值在数码管和8个LED上显示,同时将键值通过串口或RS232端口或USB发送给PC机接收并解码来自标准键盘的基本按键的扫描码。(4X4 keypad scanning, and key in the digital tube and eight LED display, while the key through the serial port or RS232 port or a USB send the PC to receive and decode the scan code of the key from the standard keyboard.)
- 2012-12-07 11:33:37下载
- 积分:1
-
CIP
AB PLC通信sdk以及CIP协议规范(AB PLC communication SDK and CIP protocol specification )
- 2017-01-04 21:07:25下载
- 积分:1
-
cong2
A, 单发单收,在发送状态,能够连续发送从0到99的数字;
B, 单发单收,在接收状态,能够接收数据,并在数码管上正确地显示出来;
C, 单发多收,在AB完成的基础上,接上多个接收设备,能够正确发送和接收
这是从站2的代码(A, single-input single in the sending state, capable of continuously transmitting a number from 0 to 99 B, single-input single in the receiving state, capable of receiving data, and display correctly in the digital tube out C, single overcharged, on the basis of AB completed, connect multiple receiving devices, capable of sending and receiving the correct code from the station which is 2)
- 2014-05-19 21:21:11下载
- 积分:1
-
7816
ISO/IEC 7816-1-1998
ISO/IEC 7816-2-1998
ISO/IEC 7816-3-2006
ISO/IEC 7816-4-2005
ISO/IEC 7816-5-2004
ISO/IEC 7816-6-2004
ISO/IEC 7816-7-1999
ISO/IEC 7816-8-2004
ISO/IEC 7816-9-2004
ISO/IEC 7816-10-1999
ISO/IEC 7816-11-2004
ISO/IEC 7816-12-2005
ISO/IEC 7816-13-2007
ISO/IEC 7816-15-2004
(ISO/IEC 7816-1-1998 ISO/IEC 7816-2-1998 ISO/IEC 7816-3-2006 ISO/IEC 7816-4-2005 ISO/IEC 7816-5-2004 ISO/IEC 7816-6-2004 ISO/IEC 7816-7-1999 ISO/IEC 7816-8-2004 ISO/IEC 7816-9-2004 ISO/IEC 7816-10-1999 ISO/IEC 7816-11-2004 ISO/IEC 7816-12-2005 ISO/IEC 7816-13-2007 ISO/IEC 7816-15-2004)
- 2010-05-19 13:45:25下载
- 积分:1