peterhinch / micropython-nano-gui

A lightweight MicroPython GUI library for display drivers based on framebuf class
MIT License
489 stars 87 forks source link

Print screens as BMP images for the demo images #28

Closed jacklinquan closed 2 years ago

jacklinquan commented 2 years ago

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.

peterhinch commented 2 years ago

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.