-
Notifications
You must be signed in to change notification settings - Fork 174
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
Support for HD44780 based LCD displays #72
Comments
@piotrserafin that would be cool. I got my hands in one of those and I'm looking for a driver or material to start digging into. Any tips? |
Hi, I'm using datasheet for controller which can be found here: There is a lot of sources linked to the wikipedia page: |
Should be very easy to write this driver. You can probably use the Pi4J code to do most of it. |
Sure it is easy but the whole idea is to use android things sdk for that instead of ext. lib. |
Oh I did not mean to use it as it is, but to use it as a reference to port it. |
If someone is interested in a I2C driver for the HD44780, I just published one in jcentral. |
Hello,
I'm working on HD44780 based LCD support in User-space drivers layer. I wish to share after completion.
The text was updated successfully, but these errors were encountered: