This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

how I can translate a JPG to RGB...

how I can translate a JPG to RGB (R:G:B=5:6:5),and display on LCD.
Where I can get the source code relational.

Parents Reply Children

  • Any image manipulation program ought to be able to do such a conversion. One such where you can peek at the source code:

    http://www.gimp.org/

    If you need your microcontroller to do this during normal operation, you'll probably need to weigh the cost in computation to decompress the JPEG image against the cost in space to store the images in some RGB format (possibly compressed) to start with.