Page 1 of 1

Driver for LCDs using Hitachi HD44780U controller

Posted: Fri Oct 12, 2018 5:20 pm
by jciern
Just a simple inquiry:

Does anyone know if a driver library exists to interface a pyboard to an LCD using Hitachi HD44780U controller?

I've attempted to write one but have encountered issues i.e. garbled text displayed. I think this may be due to timing issues which might take some time for me to resolve.

In the meantime I'd like to use an existing driver, should one exist.

Joe Cierniewski
jciern@hotmail.com

Re: Driver for LCDs using Hitachi HD44780U controller

Posted: Fri Oct 12, 2018 6:57 pm
by loboris
This forum has a Search button, why not use it to search for "HD44780" ?

Re: Driver for LCDs using Hitachi HD44780U controller

Posted: Fri Oct 12, 2018 7:29 pm
by jciern
Thanks - I'll search when time permits.

Re: Driver for LCDs using Hitachi HD44780U controller

Posted: Sat Oct 13, 2018 11:45 pm
by mattyt
Search for HDD44780.

It's a popular controller with a few driver implementations. These forum posts (1, 2) should help.

Re: Driver for LCDs using Hitachi HD44780U controller

Posted: Wed Oct 24, 2018 8:59 am
by mcauser