搜索资源列表
LCD_24BIT
- LCD控制器驱动的24位TFT真彩屏接口设计,实现RGB565---RGB888 转换-LCD Controller Driver of 24 true TFT color screen interface design, --- RGB888 RGB565 achieve conversion
Filter-VideoRender.rar
- Directx Filter Render 自己开发的RenderFilter 支持各种不同格式的显示,RGB565 RGB555 RGB24 RGB32 YUV YV12,Directx Filter Render own RenderFilter supports a variety of different formats of the show, RGB565 RGB555 RGB24 RGB32 YUV YV12
bmp2rgb565
- This program convert bmp to rgb565 (bmp2c).
dither
- dithering image, from RGB565 to RGB-dithering image, from RGB565 to RGB888
rgb565_toRGB888_conv
- A function which does rgb565 to rgb888 conversion
OV7690照相模组软件应用指南1.03
- 文件只能给那些获得OmniVision Technologies, Inc. 批准的员工、 组织、团体使用。 1 公司机密 OV7690 照相模组 软件应用指南 OV7690 照相模组 1.1 有完整ISP的后端 1.2 后端有YCbCr ISP 1.3 后端没有ISP 1.4 从一种输出格式到另一种输出格式的转换关系式 2. 选择输出方案 2.1 后端有ISP 2.2 后端没有ISP 3. 帧率调整 3.1 24Mhz 输入时钟,帧率的调整 30 fps, PCL
libjpegtoRGB
- 将jpeg图片转换成RGB数据,在frambuffer显示,RGB888转RGB565-Convert jpeg image the RGB data displayed frambuffer, RGB888 turn RGB565
ImageConvert10.7z
- 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
JPG2RGB565
- JPG2RGB565 说明: 1.对于单片机而言有的时候需要显示图片,一般单片机为了节约资源采用的图片一般为RGB565格式, PC机上用的一般是RGB格式,也就是说PC机器上RGB(R,G,B)三个字节表示一个像素,单片机采 用两个字节表示一个像素,第一个字节的高5位表示R,第一个字节的低3位和第二个字节的高3位 表示G,第二个字节的低5位表示B 2.本程序支持JPG格式转为RGB565格式,显示在屏幕上或者用管道命令输出到一个文本文件 命令行:JPG2RGB
rgb565to888
- RGB565格式图象转RGB888格式C源代码-RGB565 format image transform to RGB8888 format c source code
RGB24_To_RGB16
- C#编写的RGB24(RGB888)转RGB16(RGB565)工具,适合对液晶驱动快速取色(Preparation of C# RGB24 (RGB888) RGB16 (RGB565) tool, suitable for fast color LCD driver)