Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
So I'm trying to display an image using a VGA lcd. The function is defined as follows:
It's asking for the image to be const unsigned short* . I have the pic in my local file system as "/local/pic.bmp" but this is a string. Basically I'm asking how am I supposed to do this??
I'm using the library from http://mbed.org/users/robodude666/programs/QVGATest/5zjbr
Everything else is working fine such as shapes text and lines but i cant get the image to work
Thanks!