Hi @peterhinch ,
It's not really an issue. Just read "These images, most from OLED displays, fail to reproduce the quality of these displays." from README.md.
Do you consider printing screens as BMP images for the demo images?
If so, you may try micropython-microbmp.
There are examples (for SSD1306 and SSD1351) on how to do it.
It's a pure python module, so it's not fast. But for printing demo images, it should be all right.
Thanks for pointing this out, I can see various uses for it. Unfortunately the quality of the pictures is down to my photography rather than the chain of software between my camera and the Markdown document.
Hi @peterhinch , It's not really an issue. Just read "These images, most from OLED displays, fail to reproduce the quality of these displays." from README.md. Do you consider printing screens as BMP images for the demo images? If so, you may try micropython-microbmp. There are examples (for SSD1306 and SSD1351) on how to do it. It's a pure python module, so it's not fast. But for printing demo images, it should be all right.