Sukesh Ashok Kumar

Results 10 comments of Sukesh Ashok Kumar

// tft.jpgimage(X, Y, scale, file_name, buf, size] // X & Y can be < 0 ! //============================================= `void TFT_jpg_image(int x, int y, uint8_t scale, char *fname, uint8_t *buf, int size)`...

Don't see anything wrong. Maybe try the same image with file name to see if that works first?

https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/fatal-errors.html LoadProhibited, StoreProhibited This CPU exception happens when application attempts to read from or write to an invalid memory location. The address which was written/read is found in EXCVADDR register...

Looks like some progress made :) I am on an international travel so don't have any hardware to try. Will be at least a week plus before I get a...

Also probably you can try this since bmp is less complicated TFT_bmp_image

Using the BMP function is just to further isolate the issue... Here is the code you need to debug... good luck :) https://github.com/loboris/ESP32_TFT_library/blob/aa21772f54a71887ec08b2e8bbaef9e304009891/components/tft/tft.c#L2376

Folders inside the component folder is all you need for integration. For menuconfig options you just need to copy Kconfig.projbuild from main folder to your main folder. If you are...

Yes this library has an issue where display and SD Card doesn't work together. I had to abandon this library for the same reason. @loboris is aware of the issue...

@loboris Please let us know how to use both display and SD card at the same time. No reference on how to use these functions as well - disp_select() Activate...

If timestamp is 1Hz (once per second) then having GPS data for 18Hz won't help unless you know if the time stamp is end of the 18Hz or start of...