rm-hull / luma.lcd

Python module to drive PCD8544, HT1621, ST7735, ST7567 and UC1701X-based LCDs
https://luma-lcd.readthedocs.io
MIT License
156 stars 56 forks source link

Interested in a Sharp memory display driver? #108

Closed CRImier closed 4 years ago

CRImier commented 4 years ago

I'm looking for somewhere to share my Python code for driving Sharp Memory LCD - do you think it's a good idea to add support to luma.lcd and send you a pull request?

thijstriemstra commented 4 years ago

If you are willing to respond to bug reports, maintain it where possible, sounds good to me.

cc @rm-hull

CRImier commented 4 years ago

Sounds good to me. It works on MicroPython devices when based on framebuf.FrameBuffer, but it could also very well run on a Raspberry Pi - yet there's no framebuf.Framebuffer analog there, so, luma.lcd sounds like a good alternative.