Commit 66a21cb7 authored by Bodmer's avatar Bodmer

Fix ESP8266 core library issue reported in #310

parent 13f0589a
...@@ -2788,6 +2788,9 @@ void TFT_eSPI::setWindow(int32_t xs, int32_t ys, int32_t xe, int32_t ye) ...@@ -2788,6 +2788,9 @@ void TFT_eSPI::setWindow(int32_t xs, int32_t ys, int32_t xe, int32_t ye)
DC_D; DC_D;
// Re-instate SPI flags settings corrupted by SPI library writePattern() call
SPI1U = SPI1U_WRITE;
//spi_end(); //spi_end();
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment