-
Basis under the touch
uclinux下的触摸屏测试校正程序-Basis under the touch-screen calibration test procedures
- 2022-02-01 00:03:56下载
- 积分:1
-
UTF8和GB2312互转
查表法,纯C语言写的 UTF8和GB2312互转.这里面没有使用到任何的类库,方便嵌入式开发。不需要什么何的头文件之类的声明Table method, pure C language UTF8 and GB2312 referrals which there is no use to any library, to facilitate embedded development. What"s the need to declare any class header file
- 2022-03-12 00:46:35下载
- 积分:1
-
vga to s端子接口
vga to s端子接口--Connection between VGA and S-video ports.
- 2023-04-19 10:00:03下载
- 积分:1
-
嵌入式词汇大全,关于嵌入式开发的词汇手册
嵌入式词汇大全,关于嵌入式开发的词汇手册-embedded vocabulary Daquan, on the Embedded Development Handbook Glossary
- 2022-11-05 19:25:04下载
- 积分:1
-
at91sam7s64 of an application. Use ads1.2 compiler, I realize usb communication...
at91sam7s64的一个应用.使用ads1.2编译器,实现usb口的通讯功能.-at91sam7s64 of an application. Use ads1.2 compiler, I realize usb communication capabilities.
- 2022-05-06 03:29:10下载
- 积分:1
-
SD card read and write registers and data, debug the success of direct use.
读写SD卡寄存器和数据,调试成功,直接能用.-SD card read and write registers and data, debug the success of direct use.
- 2022-07-18 13:20:26下载
- 积分:1
-
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
-
3D打印机 marlin
应用背景The leading developers of Marlin are currently (January 2015) EvdZ and bkubicek, though many others contribute with their patches. This is a firmware for reprap single-processor electronics setups. It also works on the Ultimaker PCB. It supports printing from SD card+Folders, and look-ahead trajectory planning. This work is licensed under the GNU GPL v3 or (at the user"s discretion) any later version. It is based on Sprinter firmware, which was licensed under GPL v2 or later.关键技术
Features:
Interrupt based movement with real linear acceleration.
High steprate.
Look ahead (Keep the speed high when possible. High cornering speed).
Interrupt based temperature protection.
preliminary sup
- 2022-03-06 02:29:58下载
- 积分:1
-
QT5 編程入門源碼
资源描述目 录
第1章 开发环境
1.1 Qt 简介。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。
5
1.2 下载安装 Qt Creator 。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。6
1.3 第一个程序 Hello World 。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。7
第2章 窗体应用
1.1 窗体基类说明 。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。
12
1.2 控制窗体大小 。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。
13
1.3 窗体初始位置及背景色 。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。
13
1.4 修改标题栏图标 。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。
14
1.5 移动无边框窗体 。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。
16
1.6 去掉标题栏中最大化、最小化按钮 。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。
17
1.7 多窗体调用 。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。
18
1.8 字体形状窗体 。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。
20
第3章 控件应用
1.1 QPushButton 按钮 。。。。。。。。。。。。。
- 2022-07-21 02:14:15下载
- 积分:1
-
isd1760操作程序,可以很熟练的应用该系类芯片
isd1760操作程序,可以很熟练的应用该系类芯片-isd1760 operating procedures, can be very skilled application of the Department of class chip
- 2022-03-10 22:10:16下载
- 积分:1