Bodmer/TJpg_Decoder

Cannot run on ESP32

Staccato-kashi opened this issue · 5 comments

I used someone's project written for ESP8266, and I'm trying to transplant it to my ESP32 based board on Arduino IDE, then I found that it could work on ESP8266 but not on ESP32-PICO. I've already sodered the chip on board… So is there anyway to make it enable on ESP32?

The library has been tested with the ESP32.

Have you run some of the examples provided with the library?

The library has been tested with the ESP32.

Have you run some of the examples provided with the library?

I tried "Flash_array" and "All_LittleFS", but nether of them works…or I should describe it more explicit, it cannot be verified. I think this because ESP32-PICO does not provides "LittleFS" library, but I don't know how to load it from another directory and compile it with new directory.
image

The library needs to be used with a graphics library, which library are you using and do the examples for it work?

I see from the screen shot that you are using TFT_eSPI, so run the Read_User_Setup sketch and verify it is as expected. Check other graphics examples work.

Check you are using the latest ESP32 Arduino board package 2.0.5, older packages than 2.0.0 do not provide LittleFS.

Thanks for your help. It's my fault that I only tried to install ESP32 board package from dl.espressif.com but not other way… I did't know the newest board package is on GitHub. I'm sorry to bother you about my careless mistake. (And my poor English, if so.)