kidoman / embd

Embedded Programming Framework in Go
http://embd.kidoman.io
MIT License
1.28k stars 156 forks source link

hd44780 how to use with 4 lines lcd ? #60

Closed fdelbos closed 8 years ago

fdelbos commented 8 years ago

Before I used to do the following call to setup the display on a 2 lines 16 chars lcd:

hd44780.New(connection, hd44780.RowAddress16Col, hd44780.TwoLine)

Now I bought a 4 lines 20 chars display, but I don't know how to set it right... Any example?

Thank you.