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 programs that claimed they could make a C array from a image, but I haven't had luck with them either...
I really don't know if I'm going at this the right way or what to try next. So I thought I would see if I could get some tips here.
Thanks!!
Dan
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 programs that claimed they could make a C array from a image, but I haven't had luck with them either...
I really don't know if I'm going at this the right way or what to try next. So I thought I would see if I could get some tips here.
Thanks!!
Dan