Skip to content

ESP32 TFT_eSPI problem to display JPG converted to HEX images #458

Answered by Pconti31
VE2DX asked this question in Q&A
Discussion options

You must be logged in to vote

@VE2DX generally you should ask in these questions in the TFT_eSPI GitHub forum not here unless you have an issue with GUIslice API.
That said the reason you haven't found how to do this is simple. TFT_eSPI doesn't have calls for this.

You need to useTFT_eSPI along with TFT_eFEX library and a Jpeg decoder lib.

Google GitHub TFT_eFEX and you will find it and it has examples.

Note that GUIslice and the GUIslice Builder (my project)handles the details for you. My utility GUIslice_Image2C will convert jpegs to C arrays in a format GUIslice can use.

Paul--

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by VE2DX
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants