loboris / ESP32_TFT_library

Full featured TFT library for ESP32 with demo application
553 stars 219 forks source link

How to convert jpg images to correct format? #29

Closed glowlabs closed 6 years ago

glowlabs commented 6 years ago

The test images load fine for me, but when I add my own jpg images they are not displayed.

I'm using photoshop and opened test1.jpg and did a save-as jpg. I set "Baseline (standard)" and quality 100%. I named it test1-1.jpg.

Then I did make makefs and make copyfs. Both ran fine.

I can see test1.jpg, but not my new test1-1.jpg. I think it has to be something in the compression or formatting, but I'm not sure how to convert my existing jpg's to the correct format.

Any help is greatly appreciated!

glowlabs commented 6 years ago

Figured out I was flashing wrong... Problem solved used loboris spiffs_image example.