sajattack / st7735-lcd-rs

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

Use correct delay in hard reset sequence #7

Closed TheZoq2 closed 4 years ago

TheZoq2 commented 4 years ago

The device I'm testing with (an adafruit 1.8" tft LCD) didn't work properly unless power cycled. This looks to be caused by the reset signal being too short. https://www.displayfuture.com/Display/datasheet/controller/ST7735.pdf This datasheet says that the reset should be at least 10 milliseconds.

Also, I'm not sure if setting the reset line high before low is required.