This commit is contained in:
Bodmer
2021-12-19 10:57:36 +00:00
committed by GitHub
parent eee56b2cec
commit e66d0f4069

View File

@@ -3282,7 +3282,7 @@ void TFT_eSPI::drawPixel(int32_t x, int32_t y, uint32_t color)
#endif
// Temporary solution is to include the RP2040 optimised code here
#elif (defined (ARDUINO_ARCH_RP2040) || !defined (ARDUINO_ARCH_MBED)) && !defined(TFT_PARALLEL_8_BIT)
#elif (defined (ARDUINO_ARCH_RP2040) || defined (ARDUINO_ARCH_MBED)) && !defined(TFT_PARALLEL_8_BIT)
// Since the SPI functions do not terminate until transmission is complete
// a busy check is not needed.