搜索资源列表
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
libjpegtoRGB
- 将jpeg图片转换成RGB数据,在frambuffer显示,RGB888转RGB565-Convert jpeg image the RGB data displayed frambuffer, RGB888 turn RGB565
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)