mirror of
https://github.com/adafruit/Adafruit-GFX-Library.git
synced 2024-10-03 18:18:46 -04:00
More Doxygen happiness
This commit is contained in:
parent
4abba955a7
commit
c6dba9b94a
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user