RLE compression
Unsolved
Qt for MCUs
-
i am been trying rLe compressing looking at the qt document but then its not getting compressed showcasing cache error you look at the screenshot attached and let me know !
-
as the error message mentioned, you are using "OnDemand" to load the image without giving "Cache" to extract.
https://doc.qt.io/QtForMCUs/qtul-qmlproject-imagefilesnode-mcu-resourcecachepolicy.htmlI guess you are using PNG compression rather than RLE compression.
For RLE compression you don't have to enable
https://doc.qt.io/QtForMCUs/qtul-qmlproject-imagefilesnode-mcu-resourcecompression.html
this option is for PNG compression.check your qmlproject file, if resourceCompression is true, try to change it to false.