gyscos / hd44780

A rust library for the Hitachi HD44780 character lcd module.
MIT License
1 stars 1 forks source link

Add License? #1

Open cbgbt opened 2 years ago

cbgbt commented 2 years ago

Hello,

These libraries look great, and I'd really love to use them for my embedded project. Thanks for writing them. Is there any chance you'd be willing to add a License file to this and https://github.com/gyscos/gpio_traits?

Thanks!

cbgbt commented 2 years ago

I'm also interested in using your simulator, if you don't mind adding a license to that repo I'd really appreciate it!

gyscos commented 2 years ago

Hi, and thanks for the interest!

I'll add MIT license to all these.

Note though that this is an old experiment at this point, and would probably be better using something like embedded-hal.

cbgbt commented 2 years ago

Note though that this is an old experiment at this point, and would probably be better using something like embedded-hal.

I wasn't familiar with embedded-hal, and I see a driver exists. Thanks for the pointer! This is the first repo that I found searching " hd44780 rust" 😄