2019-04-18 07:37 AM
I have insert a images in .png format in one screen. When the simulator run, i'm able to see all the screen but it freeze when it try to load the one with the image.
The project is configured in 1bpp and I have edited the image to convert it in black/white without grayscale.
Solved! Go to Solution.
2019-04-29 05:56 AM
Hi @MLebl,
It seems we already had a task in our system to fix a bug related to decoding monochrome images (Some corner cases), and this may apply to the images you're trying to display. So, may be a bug known to us - Apologies! It's already been fixed but will have to be released first. We're working on 4.12 and 4.11 isn't even released yet.
Are you able to try with some other images or different versions of that image to see if you can make it work?
I will try to keep yup updated.
Best regards,
Martin
2019-04-23 01:18 AM
Hi @MLebl,
When you say your project is configured in 1bpp, how do you mean? Can you show me your configuration? My guess is that you're running into an assert in the concrete LCD class (Maybe you're not using LCD1bpp to display a 1bpp image).
/Martin
2019-04-23 04:51 AM
2019-04-23 04:52 AM
Thanks, i'll check it out!
2019-04-23 05:46 AM
Hi,
I can confirm that there is some sort of issue with that image in your project in a run length encoded 1bpp application. Investigating (It does work for other images).
Actually, the application is looping infinitely trying to decode the image.
/Martin
2019-04-29 05:56 AM
Hi @MLebl,
It seems we already had a task in our system to fix a bug related to decoding monochrome images (Some corner cases), and this may apply to the images you're trying to display. So, may be a bug known to us - Apologies! It's already been fixed but will have to be released first. We're working on 4.12 and 4.11 isn't even released yet.
Are you able to try with some other images or different versions of that image to see if you can make it work?
I will try to keep yup updated.
Best regards,
Martin
2019-04-29 06:13 AM
Hi,
I tried with several version of the image but it still does not work.
When the next released is planned ?
2019-04-29 11:38 PM
Hi,
I can't say, we're too dependent on other deadlines now. But, you can disable RLE and just go BW for your images for now (In your config/app.mk configuration).
/Martin