Open nucl123 opened 1 year ago
I was able to solve the issue:
Tested with latest versions of both libraries and it is working fine.
Important points to consider:
File should be uploaded using the plugin: https://github.com/me-no-dev/arduino-esp32fs-plugin and this plugin is not supported in latest version of Arduino IDE. So will have to switch to older versions like 1.8
File extension should be matching.
Thanks for this great library. I have tried displaying an image with : https://github.com/fdivitto/FabGL/discussions/160 but it doesn't seems to work. I can see that this code is an adaption of TJpg_Decoder example script and that example is working fine with TFT displays, but not this VGA version.All other examples provided by FabGL is running smoothly for me. I am using the latest versions of TJpg_Decoder and FabGL. Please have a look, Thanks