-
14*14点阵,调整为14×16 的。 不同于16*16,12*12的,比12*12的大气, 又不象16*16的满格,字与字之间没有什么间隙。 纵向取模,字节倒...
14*14点阵,调整为14×16 的。 不同于16*16,12*12的,比12*12的大气, 又不象16*16的满格,字与字之间没有什么间隙。 纵向取模,字节倒序。 先取上面的14字节, 在取下面的14字节。 是14×14的字库加入了拼音的索引。并且索引的汉字部分做了简单的划分,避免一个拼音对应的汉字分在2个区中 原拼音索引格式是 0-0xd4f 拼音索引 8个字节一个记录,前面6个字节是拼音,后面2个字节是汉字所在的地址。(高字节在后,低字节在前) 映射在本字库的7B00-884F区 0x1000―0x2167 汉字区 映射在8880-99e7 0x2168―0x468f 汉字区 映射在3da50-3ffff 在【显示程序】里面有关于上面14×16字库中的读取程序,-14* 14 dot matrix, adjusting for the 14 16. Unlike 16.12* 16* 12, 12* 12 in the atmosphere, not like 16* 16 full grid of characters and characters no gap. Vertical take-mo, reverse-byte. Take the first 14 bytes above, the admission of the following 14 bytes. 14 14 is the character of the alphabet to join the index. Index of Chinese characters and do some simple division and avoid a corresponding Chinese phonetic pm in two areas Zhongyuan phonetic index format is 0-0xd4f phonetic indexing an 8-byte records, previous six byte is phonetic, behind two Chinese characters which is the byte address. (High byte in the post, little endian) mapping in the font 7B
- 2022-01-30 18:10:35下载
- 积分:1
-
ADC转换器10位AVR-VOLTIMETER使用显示及定时器
ADC转换器10位AVR-VOLTIMETER使用显示及定时器
- 2022-07-18 01:18:47下载
- 积分:1
-
无线收发程序MSP430主芯片 nrf模块
无线收发程序MSP430主芯片 nrf模块-Program MSP430 main chip wireless transceiver module nrf
- 2023-01-11 12:55:04下载
- 积分:1
-
lcd 驱动 (spce061A)
lcd 驱动 (spce061A)-lcd driver (spce061A)
- 2022-08-14 16:08:47下载
- 积分:1
-
wdm格式的驱动例子代码3
wdm格式的驱动例子代码3-wdm format drives example code 3
- 2023-01-07 05:00:04下载
- 积分:1
-
This is a C8051F410 serial processes to a friend can look at a serial communicat...
这是C8051F410的串口程序,研究串口通信的朋友可以看一看-This is a C8051F410 serial processes to a friend can look at a serial communication
- 2023-08-21 17:30:04下载
- 积分:1
-
arm单片机的串口升级程序
基于Cortex-M3的NXP公司的LPC1766的单片机IAP串口升级程序bootloader,可通过串口升级单片机中的程序
- 2022-12-18 13:35:03下载
- 积分:1
-
CC2430点对点通信
CC2430点对点通信,程序编译就能够实现。
void receiveMode(void)
{
BYTE* receiveBuffer;
BYTE length;
BYTE res;
BYTE sender;
while(1)
{
YLED = LED_ON;
res = radioReceive(&receiveBuffer, &length, RECEIVE_TIMEOUT, &sender);
YLED = LED_OFF;
- 2023-04-29 13:05:04下载
- 积分:1
-
ILI 9326驱动CPT2.8"配套的初始化程序
ILI 9326驱动CPT2.8"配套的初始化程序-ILI 9326 driver CPT2.8" TFT PANEL initialization CODE
- 2022-12-19 05:20:03下载
- 积分:1
-
本文介绍了嵌入式Linux 系统中USB 设备驱动程序开发的基本原理, 通过分析USB 驱动程序开发的程序框架和重要数据结构, 实现了USB 摄像头的嵌入式Li...
本文介绍了嵌入式Linux 系统中USB 设备驱动程序开发的基本原理, 通过分析USB 驱动程序开发的程序框架和重要数据结构, 实现了USB 摄像头的嵌入式Linux 驱动程序, 并在S3C2410 的平台上实现了图像采集。-This paper introduces embedded Linux system, USB device driver development of the basic principles, through the analysis of USB driver development process framework and an important data structure, the realization of a USB camera embedded Linux drivers, and S3C2410 platform to achieve the image acquisition.
- 2023-09-03 12:10:03下载
- 积分:1