1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 06:33:51 +00:00

SPI wasnt being disabled after display update (#1493)

This commit is contained in:
SenexCrenshaw
2021-01-25 19:14:23 -05:00
committed by GitHub
parent c7c71089ce
commit 36a2ce2c23

View File

@@ -454,6 +454,7 @@ void HOT ST7735::write_display_data_() {
} else {
this->write_array(this->buffer_, this->get_buffer_length());
}
this->disable();
}
void ST7735::spi_master_write_addr_(uint16_t addr1, uint16_t addr2) {