Correct typo

This commit is contained in:
Bodmer 2021-02-15 21:56:15 +00:00 committed by GitHub
parent 34c00b12e7
commit b150433451
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -438,7 +438,7 @@ void TFT_eSPI::pushBlock(uint16_t color, uint32_t len)
_spi_w[10] = r1; _spi_w[10] = r1;
_spi_w[11] = r2; _spi_w[11] = r2;
_spi_w[12] = r0; _spi_w[12] = r0;
_spi_w[14] = r1; _spi_w[13] = r1;
_spi_w[14] = r2; _spi_w[14] = r2;
} }
} }