Welcome![Sign In][Sign Up]
Location:
Downloads SourceCode Graph program Picture Viewer
Title: JPG2RGB565 Download
 Description: 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
 Downloaders recently: [More information of uploader Eric]
 To Search:
File list (Check if you may need any files):
 

main.go
JPG2RGB565.exe
Readme.txt
    

CodeBus www.codebus.net