搜索资源列表
uC-GUI-BitmapConvert
- 一个bmp文件到16进制数组转换的工具,可以应用于嵌入式系统中的LCD哦。-bmp files to a 16-band array conversion tool can be used in embedded system LCD oh.
jpg2bmp
- 开发平台:ADS 1.2 功能:ARM下JPG文件转成BMP文件 1、在C盘根目录下放一个JPG文件,改名叫test.jpg 2、在ads1.2的AXD下选ARMULATE仿真。 3、运行完毕,在C盘根目录下会产生一个test.bmp文件 注意:有的JPG文件格式可能不兼容,最好先用WINDOWS XP自带的画图程序打开并 保存一下。 Seloo luo seloo@tom.com 2008-10-10-Development pla
Hex2BMP
- Hex to BMP and BMP to Hex conversion. Creates a hex table needed in an embedded system for certain LCD displays.-Hex to BMP and BMP to Hex conversion. Creates a hex table needed in an embedded system for certain LCD displays.
FingerprintCapture
- 可采集MBF指纹传感器图像,存储成BMP格式以供进一步处理。程序可用于嵌入式系统或PC机。-MBF Fingerprint sensor can capture images and store into a BMP format for further treatment. Procedures can be used in embedded systems or PC.
uC-GUI-BitmapConvert
- 一款很不错的BMP图片数据生成工具,可以提起1bpp、2bpp、4bpp、8bpp等图片-A very nice BMP image data generation tool that can bring 1bpp, 2bpp, 4bpp, 8bpp and other images
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
BMP-analysis
- bmp图片从window中通过串口传到mini2440开发板上,在内存中对bmp图片的解析 -BMP image from the window through a serial port to mini2440 development board, in memory of the pictures of BMP analytical
NIOS_lwip_snapshot
- 這個程式主要是實作,可經由browser發出請求從de2上取回影像(bmp/jpg),使用lwip stack-This program is implemented, a request via the browser to retrieve the image (bmp/ jpg) from de2 lwip stack
usr
- logomaker.tgz Linux Logo制作工具,可以把PNG, JPG, BMP等格式的图像文件自动转为特殊格式的Linux Logo文件-the Linux Logo logomaker.tgz Linux Logo creation tools, PNG, JPG, BMP format image files can be automatically converted into a special format file
mktools-20110720.tar
- 目标文件系统压制工具,可以把目标文件系统使用一条命令压制为yaffs2, ubifs, ext3等格式的映像文件,以便烧写或复制到SD卡中运行-the Linux Logo logomaker.tgz Linux Logo creation tools, PNG, JPG, BMP format image files can be automatically converted into a special format file
functio
- 本代码能够实时保存当前显示屏幕存储为bmp格式的图片-The code in real time to save the current screen is stored as a bmp format pictures
ColorGray_ImageProcessing_in_C
- This program is used to read and display a color image and a grayscale image. The imput images should be of size 320x240, The color image should be named inputRGB and grayscale image should be named inputGray . The images should be of BMP type. the o
BSH3vp130915ertl
- BSH3C软件可用于电子工程领域的研究人员使用,该款软件用户体验很好,方便你的电子设计,特别是画图。电路图可导出成bmp格式-The material is a software to draw the hardware circuit diagram and confirming the procedure result
BMP-pic-display
- 实验基于STM32F407Z。本实验将实现如下功能:本实验主要讲解如何使用在LCD上显示BMP图片,共有两种方法,一种是先将BMP图片从外部存储器加载到RAM中,然后再调用API函数显示在LCD上,另外一种是直接从外部存储器中读取BMP图片并显示在LCD上。第一种方法需要大量的RAM,但是速度快,第二种方法需要RAM小,但是现实速度慢。本实验还有一个屏幕截图函数,可以进行屏幕截图。 注意:本实验使用了UCOSII操作系统,本实验使用触摸屏,本实验基于4.3寸800*480分辨率的屏幕,