This commit is contained in:
Bodmer
2021-02-19 22:49:19 +00:00
parent a40e053662
commit 66bcbb2669

View File

@@ -2990,7 +2990,7 @@ void TFT_eSPI::drawPixel(int32_t x, int32_t y, uint32_t color)
if ((rotation & 0x1) == 0) { swap_coord(x, y); }
#endif
#ifdef MULTI_TFT_SUPPORT
#if defined (MULTI_TFT_SUPPORT) || defined (GC9A01_DRIVER)
// No optimisation
DC_C; tft_Write_8(TFT_CASET);
DC_D; tft_Write_32D(x);