Commit 7479f7e6 authored by Bodmer's avatar Bodmer

Fix transparent Sprite rendering

parent 091d8cd2
......@@ -60,7 +60,7 @@ inline void TFT_eSPI::spi_end(void){
#if defined (SPI_HAS_TRANSACTION) && defined (SUPPORT_TRANSACTIONS) && !defined(ESP32_PARALLEL)
if(!inTransaction) {if (!locked) {locked = true; CS_H; spi.endTransaction();}}
#else
CS_H;
if(!inTransaction) CS_H;
#endif
}
......
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