ReservedField/evic-sdk

Display_PutPixels not always working.

Closed this issue · 5 comments

So I've got my code on my dev branch

This compiles but gives me an incorrect bitmap.
Picture:
pic

Does it print correctly if you vary the coordinates?

Does not work either. I also commented out every line concerning output to Display. No success.

here are the bins. (Sorry, I uploaded the wrong ones, the correct one to use in bins.zip is the unencrypted one. bins_nothingelse.zip is the correct one)

bins.zip

bins_nothingelse.zip

One thing to note is that it looks exactly the same now as it did before. I'm fairly certain that it is not the fault of img-convert

Should be fixed in 306e8fc, it was indeed an issue with img-convert not padding column bits correctly. Sorry about the delay. Could you test and report back?

Commit fixes it, works fine now!