搜索资源列表
dianzicaidan
- 一、注意事项 1. 所附程序是(电子菜单)的源代码,均经过ARM SDT2.51集成环境编译连接通过,可在北京博创兴业有限公司的实验平台ARM300上运行。 2. 各实验的全部源代码分别存放在各实验目录下面。其中主要源代码在SRC子目录中,更多的其他源代码分散存放在实验目录下的各个子目录中。程序运行时所需图片在各实验目录下的bmp子目录中。各实验目录下的后缀名为“apj”的文件是ARM SDT的工程文件。 3. 各实验编译链接后生成的可运行文件在Debug目录下,文件名为“sy
win2arm-pic-change.rar
- 将windows下的bmp格式图片转换为bin格式文件,以便修改后能在arm机上运行,Will be under windows format bmp image files into a bin so that the modified to run on machines in the arm
1
- VGA01目录下有TTOP.BIN,下载后有如下效果: 插上显示屏: 屏幕显示两层图片,下层是静态的两个字,我的名字。 上层是一个128X64的256色图片, 插上键盘: 按键盘大键盘区的1-9,板子上的7段会有显示数字,按<-删除键删除一个数字。 visualC目录下是一个小程序,将BMP转换成rom.mif ROM存储器初始化文件。-VGA01 directory under TTOP.BIN, download the following ef
ChgBin2Bmp_320240
- 基于嵌入式系统开发的界面BIN文件转BMP工具。-Interfaces based on embedded system development BMP BIN file transfer tool.
guitool_v1.10T
- 1. Bitmap fonts generation A. support Windows all character set B. support different code word format C. Support for multiple output format (BDF, TXT, bin, BMP, c) D. support preview, the editor. 2. Code conversion Support coding: MBCS, U
ChgBin2Bmp_320240
- 基于嵌入式系统开发的界面BIN文件转BMP工具。-Interfaces based on embedded system development BMP BIN file transfer tool.
ChgBin2Bmp_320240
- 基于嵌入式系统开发的界面BIN文件转BMP工具。-Interfaces based on embedded system development BMP BIN file transfer tool.
STM32F10x_StdPeriph_Lib_V3.3.0
- 神舟III号的stm32 开发板成功移植的3.2寸TFT SD卡文件系统 可读取BMP.bin 文件-Shenzhou III, the successful transplant stm32 development board 3.2-inch TFT SD card file system files can be read BMP.bin
51-2.5-tft
- C51刷屏测试程序爱普生2.5寸屏。将BIN目录下的图片复制到SD卡里,注存到SD卡上的图不能是JPG或BMP图片-main() { while(1) { Lcd_Init() //tft初始化 Pant(0xf800) delayms(1000) Pant(0X07E0) delayms(1000) Pant(0x001f) delayms(1000) } }