almindor / st7789

Rust library for displays using the ST7735 driver
https://docs.rs/st7735-lcd
MIT License
47 stars 24 forks source link

Refactor the driver to provide a standard SPI driver interface. #2

Closed tstellanova closed 4 years ago

tstellanova commented 4 years ago

Modify the driver's interface to make it usable by embedded/no_std applications in a way similar to other SPI drivers:

tstellanova commented 4 years ago

Just saw #1 -- I'm going to refactor this code to support the display-interface trait as well and resubmit. The delay source ownership is important imho.