Skip to content

Commit c6dba9b

Browse files
More Doxygen happiness
1 parent 4abba95 commit c6dba9b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Adafruit_SPITFT.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1256,7 +1256,7 @@ void Adafruit_SPITFT::drawFastHLine(int16_t x, int16_t y, int16_t w,
12561256
level variant). Edge clipping and rejection is performed here.
12571257
@param x Horizontal position of first point.
12581258
@param y Vertical position of first point.
1259-
@param w Line height in pixels (positive = below first point,
1259+
@param h Line height in pixels (positive = below first point,
12601260
negative = above first point).
12611261
@param color 16-bit line color in '565' RGB format.
12621262
@note This repeats the writeFastVLine() function almost in its

Adafruit_SPITFT.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ class Adafruit_SPITFT : public Adafruit_GFX {
443443
bool wide = 0; ///< If true, is 16-bit interface
444444
} tft8; ///< Parallel interface settings
445445
#if !defined(ARDUINO_STM32_FEATHER)
446-
};
446+
}; ///< Only one interface is active
447447
#endif
448448
#if defined(USE_SPI_DMA) // Used by hardware SPI and tft8
449449
Adafruit_ZeroDMA dma; ///< DMA instance

0 commit comments

Comments
 (0)