kunerd / clerk

Hardware independent HD44780 LCD library written in Rust
MIT License
12 stars 1 forks source link

Refactor seek to use an enum directly #4

Closed kunerd closed 7 years ago

kunerd commented 7 years ago

This also bounds the type used for line adressing to the display itself, making it impossible to use a line addressing scheme, that is not supported by the display.