More Doxygen happiness

This commit is contained in:
Phillip Burgess 2019-03-01 20:05:15 -08:00
parent 4abba955a7
commit c6dba9b94a
2 changed files with 2 additions and 2 deletions

View File

@ -1256,7 +1256,7 @@ void Adafruit_SPITFT::drawFastHLine(int16_t x, int16_t y, int16_t w,
level variant). Edge clipping and rejection is performed here.
@param x Horizontal position of first point.
@param y Vertical position of first point.
@param w Line height in pixels (positive = below first point,
@param h Line height in pixels (positive = below first point,
negative = above first point).
@param color 16-bit line color in '565' RGB format.
@note This repeats the writeFastVLine() function almost in its

View File

@ -443,7 +443,7 @@ class Adafruit_SPITFT : public Adafruit_GFX {
bool wide = 0; ///< If true, is 16-bit interface
} tft8; ///< Parallel interface settings
#if !defined(ARDUINO_STM32_FEATHER)
};
}; ///< Only one interface is active
#endif
#if defined(USE_SPI_DMA) // Used by hardware SPI and tft8
Adafruit_ZeroDMA dma; ///< DMA instance