RetiredWizard
RetiredWizard
There are definitely times that if you don't erase the flash, it may look like it was successful but you'll have problems with the file system down the road so...
#87 might fix this as well Edit: Well not exactly, I see your image is only 50x50 but I suspect I was seeing the same issue. I'm not sure if...
For more data points here are the working/not working images I've been using: [sbob.zip](https://github.com/user-attachments/files/17318167/sbob.zip) and the PNG check results for both files: ``` retiredwizard@serenity:/media/retiredwizard/CIRCUITPY$ pngcheck -cvtv sbob128.png File: sbob128.png (9394...
Also replacing the < with a
Is it possible there's a bug in the Circuitpython memoryview/array copy functions? I haven't stared at the work-around long enough to be sure but it looks to me like at...
I don't understand exactly how the memoryview function works but I don't think it's working as expected. I was able to get the untitled_app.png file from the attached zip to...
I think I worked out the adjustment needed to get the memoryview to work. I've tested on 2, 4 & 8 bit mode 8 images and it seems to be...
The `bitmap[x, y]` code wasn't wrong and worked fine, it's just much slower to copy a single byte at a time.
> Why dont you create a pull request then? #87 resolves the issue. The