Quantcast
Channel: Microcontrollers, Programming and IoT
Viewing all articles
Browse latest Browse all 1271

Displaying Images on a Color Graphic LCD

$
0
0
Hey Guys!

I've been working on graphical stuff for LCDs recently, and right now I'm trying to display a image on a color TFT with a PIC. The driver chip for the display is a ILI9163, and the PIC is a 24EP512GP. The display is in a 5R:6G:5B 16 bit color format.

So my problem is turning a image into a C array of that format. From doing some research it looks like I can directly extract the image data from a 16-bit .bmp picture but I haven't been able to figure out how. I also found a couple...

Displaying Images on a Color Graphic LCD

Viewing all articles
Browse latest Browse all 1271

Trending Articles