mirror of
https://github.com/Bodmer/TFT_eSPI.git
synced 2025-08-12 00:54:51 +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();
|
||||
|
||||
#ifdef MULTI_TFT_SUPPORT
|
||||
No optimisation
|
||||
// No optimisation
|
||||
DC_C; tft_Write_8(TFT_CASET);
|
||||
DC_D; tft_Write_32D(x);
|
||||
DC_C; tft_Write_8(TFT_PASET);
|
||||
|
Reference in New Issue
Block a user