almindor / st7789

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

Feature/more pin control #15

Closed jstuczyn closed 3 years ago

jstuczyn commented 3 years ago

This pull request makes reset pin optional and gives control over a backlight pin. Those changes make it significantly easier to drive displays like this one: https://shop.pimoroni.com/products/1-54-spi-colour-square-lcd-240x240-breakout

almindor commented 3 years ago

Looks good. Could you please add an entry for this in the CHANGELOG? No need to specify version just describe the change, I'll version it later.

jstuczyn commented 3 years ago

Sure - done.

almindor commented 3 years ago

I'll set up GHA for basic CI checks and merge right after