Hi everybody,
Hopefully someone will be able to help.
The aim of this project is to send an image from my laptop over a serial port to the MSP430G2553 where the data will be processed and then the image will be shown on my RGB LED display.
At present I'm looking at methods of converting an image into an RGB array. I found that using GIMP, a file can be exported as a ".c" source code file which converts the image into an array. - Although the syntax is unlike any I have seen before.
Anyways, i am using a program I found on the web to do the sending of the data over the serial po