I'm trying to show images on ODROID-SHOW screen. Using C code provided in the official examples by the official website, I managed to run c code and show simple texts. but when it comes to showing images, I'm stuck trying to read raw images and show them using the same code. Code is provided on the given link.
http://odroid.com/dokuwiki/doku.php?id=en:show_examples
I've a thoughts that if I could read raw image into a string I can simply send it to ODROID Screen. What do you think?