Skip to content
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 4- & 8-bit parallel interfaces #41

Closed
rm-hull opened this issue Mar 6, 2017 · 0 comments · Fixed by #180
Closed

Add 4- & 8-bit parallel interfaces #41

rm-hull opened this issue Mar 6, 2017 · 0 comments · Fixed by #180

Comments

@rm-hull
Copy link
Owner

rm-hull commented Mar 6, 2017

Somewhat related to rm-hull/luma.lcd#19

Use RPi.GPIO to bit-bang out 4 or 8 bus lines according to the HD44780 datasheet spec. The interface should have the same "shape" as the existing luma.core.interface.serial interfaces - i.e. implement data() and command() methods.

Also: Move luma.core.serial to luma.core.interface.serial and add this new functionality to luma.core.interface.parallel. Various breaking changes to device implementations to rename serial_interface= constructor arg to interface=. (done with #78)

screen shot 2017-03-06 at 22 12 28

(screen grab from https://cdn-shop.adafruit.com/datasheets/HD44780.pdf)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant