Welcome![Sign In][Sign Up]
Location:
Search - RGB565

Search list

[2D Graphicice_cream_image

Description: ice cream image - 8 colors, RGB565, compressed
Platform: | Size: 105472 | Author: Opal | Hits:

[Other systemsmulti_master_-bmp-bin-16

Description: 把图片转换成rgb565数据,用于c代码应用-picture to rgb565 format
Platform: | Size: 1024 | Author: huang | Hits:

[Graph programRGB565toRGB24ARM

Description: 初学ARM汇编写的RGB565 to RGB24的代码.ARM部分做了一些进一步的优化.-ARM compilation beginner RGB565 to RGB24 write code. ARM part done some further optimization.
Platform: | Size: 2048 | Author: hatwa | Hits:

[Software EngineeringImageConvert10.7z

Description: The ImageConvert utility converts files of pictures in the C-like array of values. The utility creates a header file which then uses in a device firmware source code. The utility imports the data from files BMP, JPEG, GIF, PNG, ICO to colour formats RGB332, RGB444, RGB565, RGB666, RGB888 (total 20 alternatives). The utility creates a header file which contains all information necessary for usage and can be added in the software project without editing. The utility for operating system WindowsXP with Microsoft.Net Framework 2.
Platform: | Size: 585728 | Author: Darvin_forever | Hits:

[Picture ViewerJPG2RGB565

Description: JPG2RGB565 说明: 1.对于单片机而言有的时候需要显示图片,一般单片机为了节约资源采用的图片一般为RGB565格式, PC机上用的一般是RGB格式,也就是说PC机器上RGB(R,G,B)三个字节表示一个像素,单片机采 用两个字节表示一个像素,第一个字节的高5位表示R,第一个字节的低3位和第二个字节的高3位 表示G,第二个字节的低5位表示B 2.本程序支持JPG格式转为RGB565格式,显示在屏幕上或者用管道命令输出到一个文本文件 命令行:JPG2RGB565 <infile.jpg> > <outfile.h> 打开outfile.h,拷贝其中的数据即可 3.这个工具很简单,只有一个Main.go文件,可执行文件也很简单绿色环保。 代码很简单,采用Google公司的Go语言开发,同时也便于大家在Windows系统下使用编译好了可执行文件。如果需要在Linux和Mac下,只需要重新编译Main.go文件即可。 -JPG2RGB565- A tool for JPG picture file to convert RGB565 format. Description: (1) Most of microcontroller sometimes need to display pictures with RGB565 format data.And we often get the picture on PC of RGB888 format.This tools can help you to covert JPG file with RGB888(in most PCs) to RGB565 format to .h file. PC RGB888 format use three byte represent one pixel,ie RGB. And the microcontroller uses two bytes to represent a pixel, the high five bits of the first byte is Red color, the low 3 bits of the first byte and the high 3 bits of the second byte stands yellow color toghter. And the rest 5 bits of the second byte stands blue color. (2) This program supports JPG format to convert to RGB565 format.Use it under the command line:JPG2RGB565 <infile.jpg> > <outfile.h>. Then open outfile.h and add it to your C project or copy the data to your c head file directly. (3) This tool is really simple, only one Main.go file written by Google Go language. I also provide the
Platform: | Size: 356352 | Author: Eric | Hits:

[SCMLogoToBin565

Description: JPG,BMP,PNG,GIF图片转RGB565二进制工具(之字型排列)单片机刷屏不用愁了,我用了很多年了,特地上传给大伙学习参考。-JPG, BMP, PNG, GIF pictures turn RGB565 binary tools (zigzag arrangement) microcontroller Shuabing do not worry, I spent a lot of years, specially uploaded to everyone learning reference.
Platform: | Size: 3219456 | Author: YJJ | Hits:

[Special Effectsjpg2rgb565_matlab

Description: 实现将jpg格式的图片转换为rgb565格式并按照16进制格式存储在txt文档中,网上很难有其他相关的程序,matlab编写经过实际验证很好用-Achieve the jpg format images converted to rgb565 hexadecimal format and stored in accordance with the format in txt document online is difficult to have other related procedures, matlab write-proven good use
Platform: | Size: 139264 | Author: chenshuo | Hits:

[Embeded LinuxMYCamera_

Description: 用TQ210办卡实现图像采集,及存储等功能-recv the RGB565 frame stream with Qt,it can run on the board
Platform: | Size: 160768 | Author: Machenjun | Hits:

[Special Effectsrgb888_2_rgb565

Description: 从视频序列中提取RGB分量,转换为RGB565,分别保存,用于Modelsim/FPGA仿真-Extracted the video sequence of the RGB components, converted to RGB565, were preserved for Modelsim/FPGA emulation
Platform: | Size: 2048 | Author: 李辛 | Hits:

[Special EffectsImageCutofRGB565BMP

Description: 裁剪以RGB565格式保存的BMP文件,涉及位图掩码内容-imagecut of the BMP picture which saved with RGB565 format and mask
Platform: | Size: 17924096 | Author: 李明 | Hits:

[Linux driverOV9650_linux_driver_app

Description: S3C6410上camera OV9650驱动,输出的数据包含RGB565和YUYV两种格式,并有两种格式对应的测试APP。-It s the camera driver of s3c6410 to OV9650,the output data includes RGB565 and YUYV format.
Platform: | Size: 345088 | Author: hgl | Hits:

[IOSI4202RGB565

Description: 读取yuv(i420)文件,转化为rgb,在屏幕上显示出来。-Read yuv(i420) file, convert to rgb565, and display.
Platform: | Size: 490496 | Author: 李强 | Hits:

[Linux-Unixasm_offsets

Description: This function expands 8 pixels RGB565 (R, G, B high to low) to SkPMColor (all possible configurations supported) in the exact same way as SkPixel16ToPixel32. -This function expands 8 pixels RGB565 (R, G, B high to low) to SkPMColor (all possible configurations supported) in the exact same way as SkPixel16ToPixel32.
Platform: | Size: 2048 | Author: cgqoupr | Hits:

[SCMOV5640(RGB565)

Description: 利用STM32F407的DCMI和DMA接口,驱动不带FIFO的OV5640摄像头的程序源代码-Source code for the use of STM32F407 of DCMI and DMA interface, driving without a FIFO OV5640 camera
Platform: | Size: 11937792 | Author: jun zhang | Hits:

[SCMTFT_LCD_NT35510_FSMC

Description: STM32的相应程序用于驱动电容屏LCD_NT35510,可按RGB565显示汉字与图片-STM32 corresponding program for driving a capacitive screen LCD NT35510, RGB565 can display Chinese characters and pictures
Platform: | Size: 14336 | Author: 罗嫚 | Hits:

[GDI-BitmapWin32_ShowPicture

Description: 將RGB565格式的圖片顯示在電腦上,可用來做單晶片的項目-The RGB565 format images displayed on your computer, can be used for single-chip project
Platform: | Size: 31744 | Author: hanhan | Hits:

[Graph Recognizecolor

Description: RGB color define for RGB565
Platform: | Size: 1024 | Author: yang | Hits:

[Special EffectsPickScreenColor

Description: 一个用delphi7写的屏幕取色程序(源码),并可对取到的颜色进行RGB565转换-With delphi7 write screen coloring procedures (source code), and can be taken to the RGB565 color conversion
Platform: | Size: 304128 | Author: king | Hits:

[Driver DevelopRGB-BMP

Description: 实现RGB565数据与BMP图片格式的转换,货BMP格式图片与RGB565数据的转换-To achieve RGB565 data and BMP image format conversion, BMP format images and RGB565 data conversion
Platform: | Size: 1102848 | Author: HUANG | Hits:

[Linux drivertw9992

Description: cvbs转换芯片tw9992驱动代码,支持yuv422和rgb565输出-cvbs tw9992 c code,output yuv422 or RGB565
Platform: | Size: 14336 | Author: mai | Hits:
« 1 2 3 4 56 »

CodeBus www.codebus.net