mirror of
https://github.com/Bodmer/TFT_eSPI.git
synced 2025-08-11 00:24:44 +02:00
Add missing //
This commit is contained in:
@@ -2705,7 +2705,7 @@ void TFT_eSPI::drawPixel(int32_t x, int32_t y, uint32_t color)
|
|||||||
begin_tft_write();
|
begin_tft_write();
|
||||||
|
|
||||||
#ifdef MULTI_TFT_SUPPORT
|
#ifdef MULTI_TFT_SUPPORT
|
||||||
No optimisation
|
// No optimisation
|
||||||
DC_C; tft_Write_8(TFT_CASET);
|
DC_C; tft_Write_8(TFT_CASET);
|
||||||
DC_D; tft_Write_32D(x);
|
DC_D; tft_Write_32D(x);
|
||||||
DC_C; tft_Write_8(TFT_PASET);
|
DC_C; tft_Write_8(TFT_PASET);
|
||||||
|
Reference in New Issue
Block a user