From b1504334516ff61a07d17b1d60f27f4a2294bd5a Mon Sep 17 00:00:00 2001 From: Bodmer Date: Mon, 15 Feb 2021 21:56:15 +0000 Subject: [PATCH] Correct typo --- Processors/TFT_eSPI_ESP32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Processors/TFT_eSPI_ESP32.c b/Processors/TFT_eSPI_ESP32.c index 191c694..aea8a48 100644 --- a/Processors/TFT_eSPI_ESP32.c +++ b/Processors/TFT_eSPI_ESP32.c @@ -438,7 +438,7 @@ void TFT_eSPI::pushBlock(uint16_t color, uint32_t len) _spi_w[10] = r1; _spi_w[11] = r2; _spi_w[12] = r0; - _spi_w[14] = r1; + _spi_w[13] = r1; _spi_w[14] = r2; } }