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

Support for HD44780 based LCD displays #72

Open
piotrserafin opened this issue Sep 18, 2017 · 6 comments
Open

Support for HD44780 based LCD displays #72

piotrserafin opened this issue Sep 18, 2017 · 6 comments

Comments

@piotrserafin
Copy link

piotrserafin commented Sep 18, 2017

Hello,

I'm working on HD44780 based LCD support in User-space drivers layer. I wish to share after completion.

@robertoestivill
Copy link

@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?

@piotrserafin
Copy link
Author

piotrserafin commented Nov 27, 2017

Hi,

I'm using datasheet for controller which can be found here:
https://www.sparkfun.com/datasheets/LCD/HD44780.pdf

There is a lot of sources linked to the wikipedia page:
https://en.wikipedia.org/wiki/Hitachi_HD44780_LCD_controller

@memjr
Copy link

memjr commented Nov 30, 2017

Should be very easy to write this driver. You can probably use the Pi4J code to do most of it.

https://github.com/Pi4J/pi4j

@piotrserafin
Copy link
Author

Sure it is easy but the whole idea is to use android things sdk for that instead of ext. lib.

@memjr
Copy link

memjr commented Nov 30, 2017

Oh I did not mean to use it as it is, but to use it as a reference to port it.

@leinardi
Copy link

If someone is interested in a I2C driver for the HD44780, I just published one in jcentral.
Info and sources available here: https://github.com/leinardi/androidthings-drivers/tree/master/driver-pcf8574-hd44780

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

No branches or pull requests

4 participants