wezm / ssd1675

Rust driver for SSD1675 e-Paper display controller
Apache License 2.0
63 stars 14 forks source link

Fix bug in u16_as_u8 function #13

Closed wezm closed 4 years ago

wezm commented 4 years ago

Fixes #12

Thra11 commented 4 years ago

Looks good to me. Things done: Ran cargo test. Tested these changes with my application + hardware.

wezm commented 4 years ago

Thanks for taking a look. I'll merge this in.