mirror of
https://github.com/Bodmer/TFT_eSPI.git
synced 2025-08-10 08:04:43 +02:00
Fix transparent Sprite rendering
This commit is contained in:
@@ -60,7 +60,7 @@ inline void TFT_eSPI::spi_end(void){
|
|||||||
#if defined (SPI_HAS_TRANSACTION) && defined (SUPPORT_TRANSACTIONS) && !defined(ESP32_PARALLEL)
|
#if defined (SPI_HAS_TRANSACTION) && defined (SUPPORT_TRANSACTIONS) && !defined(ESP32_PARALLEL)
|
||||||
if(!inTransaction) {if (!locked) {locked = true; CS_H; spi.endTransaction();}}
|
if(!inTransaction) {if (!locked) {locked = true; CS_H; spi.endTransaction();}}
|
||||||
#else
|
#else
|
||||||
CS_H;
|
if(!inTransaction) CS_H;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user