mirror of
https://github.com/Bodmer/TFT_eSPI.git
synced 2025-08-08 07:04:42 +02:00
Fix #1013
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user