-
Notifications
You must be signed in to change notification settings - Fork 56
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
Add support for Sharp LS013B4DN04 memory display #61
Comments
References: http://www.makerdyne.com/blog/category/electronics/breakout-boards/ Well I have it working with some C code against my RPi-Zero from the above site: Turns out it is 'not-quite' SPI in-as-much the chip select line is active high - normally CS is active low; not certain that the underlying py-spidev supports this, but at least it's some progress nonetheless. cc: @Stefal |
I'm interested in adding support for Sharp Memory displays to luma.lcd, currently looking at the #63 code. Would such a contribution be interesting to upstream? |
I think so! |
Implementation Notes
Pinouts
The text was updated successfully, but these errors were encountered: