搜索资源列表
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
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