-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feature request] support for Sharp memory LCD #113
Comments
Glancing at the datasheet, it appears to be an SPI device, so interfacing to it should be relatively straightforward. The sticking point to writing a driver is having one to test against though - are you able to source one for us ... either as a donation or a loan? |
This ticket should probably be moved to the luma.lcd repo at some point. |
@Stefal - sent a mail to your email address from one of your repo’s commits with my details. Let me know if it didn't arrive. |
Closing - see linked issue: rm-hull/luma.lcd#61 - updates/progress will be posted there instead |
Hi !
Following my question for menu management #112 I'd like to know if it's possible to support the Sharp memory LCD. These low power LCDs are a good solution when you want something readable under direct sunlight, without the e-ink drawback (slow refresh rate).
I plan to use this lcd on my bike for collection photos for OpenStreetMap contributions (you can see more here).
Sharp Memory LCD doc:
datasheet
programming Memory LCD
Some code on github:
https://github.com/MakerDyne/Memory-LCD-for-Raspberry-Pi
The text was updated successfully, but these errors were encountered: