kidoman / embd

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

Update hd44780.go #78

Open Cruiser79 opened 7 years ago

Cruiser79 commented 7 years ago

Add method CreateChar. Example code:

bufPlay := []byte{0x0, 0x8, 0xc, 0xe, 0xc, 0x8, 0x0, 0 }
hd.CreateChar(0, bufPlay)
hd.WriteChar(0)

To build custom characters, use https://omerk.github.io/lcdchargen/