JohnDoneth / hd44780-driver

Implementation of the embedded-hal traits for the HD44780.
MIT License
37 stars 40 forks source link

Added write_byte and write_bytes methods (#22) #23

Closed bollian closed 4 years ago

bollian commented 4 years ago

22

Also added a slice version of write_byte: write_bytes. It seemed to fit.

JohnDoneth commented 4 years ago

Looks great, thanks!