I'm in the process of constructing a WiFi based reverse camera for my car. I'm successfully sending a JPEG stream from an ESP32Cam to my M5StickC which I wish to display on the LCD. Looking at the M5Display library, half the code is essentially disabled, including the drawJpg() function which I need to use.
I've tried uncommenting all of that and the prerequisite functions but have had no luck in displaying any images.
Has anybody got a solution to displaying JPEGs?