RLE compression
Unsolved
Qt for MCUs
-
wrote on 16 Apr 2024, 06:13 last edited by
-
wrote on 17 May 2024, 06:41 last edited by arceajin
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.