You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However I a get this output (I put printf's to the decoder functions to see when they are called. This is ran on the PC btw):
png_decoder_info called
png_decoder_info called
png_decoder_open called
png_decoder_close called
png_decoder_info called
png_decoder_open called
png_decoder_close called
png_decoder_info called
png_decoder_open called
png_decoder_close called
png_decoder_info called
png_decoder_open called
png_decoder_close called
As you can see, firstly png_decoder_info is called once and then the entire sequence (info-open-close) is repeated 4 times. This does not seem correct?
I am attaching my code, although it is pretty much the same as the tutorial...
Hi Gabor
I am so happy that there is now PNG support! I do see something that looks like a bug and I am reporting it here, but overall - yay, great job!
So...
I followed the steps in https://littlevgl.com/blog/50/use-png-images-in-littlevgl and got the same visual results (the 4 dice are displayed over the blueish background, with transparency).
However I a get this output (I put printf's to the decoder functions to see when they are called. This is ran on the PC btw):
As you can see, firstly png_decoder_info is called once and then the entire sequence (info-open-close) is repeated 4 times. This does not seem correct?
I am attaching my code, although it is pretty much the same as the tutorial...
decoder.cc.txt
main.c.txt
The text was updated successfully, but these errors were encountered: