搜索资源列表
MakeCFromBmp
- 将Bmp格式的图片转换格式,用于单片机上显示图片-Bmp format will change the picture format for photographs displayed on the SCM
20066278304768917
- 字模提取软件,两种取模格式,分别是C51和A51格式。还可以对图片进行取模-Fonts extraction software module for both formats, respectively C51 and A51 format. Images can also right to carry out die! !
Image2Lcd.rar
- Image2LCD是一个超好用的彩色图片取RGB数据软件,可以输出C语言格式或直接二进制格式,是做图片显示的绝好工具,已经破解,去除了图片中的 image2lcd 文字。,超好用the Image2LCD is a RGB color image data from the software, you can output C language format or binary format, is doing an excellent tool for image display has be
UT58A.rar
- UT58A数字万用表电原理图,格式为图片,请注意,UT58A digital multimeter electrical schematic diagram, the format for the picture, please note that
Bmp2RGB
- 单片机图片取模软件,小巧、绿色、免安装,可以设置为16位格式,如0xffff。-Modulo software microcontroller pictures, small, green, free installation, can be set to 16 formats, such as 0xffff.
LCd-BMp
- 240*320 TFT屏用M16读取SD卡内BMP格式图片.和汉字显示程序(字库也是存在SD卡里-240* 320 TFT screen SD card reader with M16 within BMP format picture. And the Chinese characters display program (there is also a SD card font
bmp-font-bit
- 这是用C++ Builder写的两个位图转换成C51格式的提取程序源代码.仅供参考学习,请勿用于商业目的。谢谢 (1)EX1生成4096色16bit(双8bit)RGB数据 (2)EX2用于字库提取,采用横向扫描,可以在画图程序里输入汉字保存图片后转换, 但我推荐使用C51bbs上龙版的字模3输入汉字,然后保存图片或copy到画图程序,可以 很方便的制作各种菜单图片 如有什么问题可以Email跟我联系 95908@163.com 16:54 2004
BMPtoPCB
- 是一个制作电路板PCB的小软件,做logo的时候能够用上,把bmp格式的图片直接转换成pcb的文件。-Production is a small PCB board software, so when the logo can be used to bmp format images directly into a document pcb.
ZIMO21
- 用于字模提取。功能强大。可以把多种格式的图片转化成字模。-A software for transforming picture to source data.
ic300
- 图书名称:《最新集成电路应用300例》,下载文件包含了全书所有页面内容,文件格式为高像素GIF图片格式文件!-Book Name: " The latest 300 cases of IC application," download the book contains all the page content, file formats for high-pixel GIF image format files!
Digital_Photo_Frame
- 基于STC89c52RD+的电子相框,单片机从SD卡中读取二进制格式的图片,然后在彩色LCD上显示出来。-Digital Photo Frame based on STC89c52RD+.The MCU reads from the SD card image in binary format, and then displayed on a color LCD.
ShowPicture
- 文件流形式显示图片,包括BMP,GIF,JGP,JEGP格式-File stream displayed images, including BMP, GIF, JGP, JEGP format
2G-SD
- 将2G SD 卡上的图片(用Img2LCD和Winhex转换为适当的格式)显示在2.4in TFT彩屏上。-To 2G SD cards and pictures (with Img2LCD and Winhex into the appropriate format) displayed in the 2.4in TFT color screen.
Rf_SdCard_Receive
- 基于ATmega实现2.4G无线接收图片文件并且按FAT16格式保存在SD卡上。-2.4G wireless receiver based on ATmega achieved by FAT16 format picture files and saved in the SD card.
DCMI
- 只是把图片保存到SD卡,BMP格式.因是程序本来是把数据直接从DCMI DMA到LCD的,以获得流畅性,所以要保存的话得先通过RAM作过渡,不可能一边读摄像头数据一边保存至SD卡,肯定跟不上,而用RAM暂存的话,保存QVGA图片则需150K,为了节省RAM,我把LCD当作暂存存储器,拍照时停止DMA传送,并把LCD上的数据分行读回来再写到SD卡,加上BMP头即可,以后有空再弄个JPG编码保存的.由于不同驱动芯片的液晶屏,读回来的数据格式可能跟写进去的不同,像ILI932系列读出来的则是BGR56
2
- 对于一般的BMP格式图片进行解码,并且在液晶屏上显示出来。-To code the pictures and display on the LCD screen.
picture-decode
- 基于stm32f4单片机的图片解码程序,支持jpg,GIF,bmp格式的图片文件,显示器为SSD1289-Microcontroller based stm32f4 picture decoding procedures, support jpg, GIF, bmp format image files, display is SSD1289
SDIOtest
- 本实验将实现如下功能:开机的时候先检测字库,然后检测SD卡是否存在,如果SD卡存在,则初始化SD卡,并通过串口1打印SD卡相关信息,然后开始查找SD卡根目录下的PICTURE文件夹,如果找到则显示该文件夹下面的图片文件(支持bmp、jpg、jpeg或gif格式),循环显示,通过按KEY0和KEY2可以快速浏览下一张和上一张,WK_UP按键用于暂停/继续播放,DS1用于指示当前是否处于暂停状态。如果未找到PICTURE文件夹/任何图片文件,则提示错误。DS0来指示程序正在运行。在正常显示图片的时候
Text2Bin
- stm32数组转二进制工具,在Keil下运行 1.输入文件内容必须包含类似于{0xff,0xff}这样的c语言数组格式,才能正常转换。大括号和前导符“x”是必须的。 2.支持8位和16位数据。 3.支持4个字节的长宽信息,方便Image2Lcd程序输出的图片转换成Bin。 4.支持成对“/”符号包含注释信息,若文件内容只有单个“/”,后果自负。 5.支持头四个字节的宽高信息互换存储位置。-stm32 array to binary tools, running in Keil
ImageLcd
- 可以将多种格式的图片转换成多种格式的数组,非常好用。-Variety of image formats can be converted into a variety of array format, very easy to use.