Add extra SLPOUT for waking up some ST7789 chips (#5319)

This commit is contained in:
Clyde Stubbs 2023-08-31 19:12:25 +10:00 committed by GitHub
parent 78cb098691
commit cdb67fc90e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,6 +19,7 @@ void ST7789V::setup() {
this->write_command_(ST7789_SLPOUT); // Sleep out
delay(120); // NOLINT
this->write_command_(ST7789_SLPOUT); //
this->write_command_(ST7789_NORON); // Normal display mode on