mirror of
https://github.com/adafruit/Adafruit-GFX-Library.git
synced 2024-10-03 18:18:46 -04:00
doxy
This commit is contained in:
parent
123948b875
commit
717b59dde2
@ -87,7 +87,9 @@ protected:
|
||||
window_x2, ///< Dirty tracking window maximum x
|
||||
window_y2; ///< Dirty tracking window maximum y
|
||||
|
||||
int dcPin, csPin, rstPin;
|
||||
int dcPin, ///< The Arduino pin connected to D/C (for SPI)
|
||||
csPin, ///< The Arduino pin connected to CS (for SPI)
|
||||
rstPin; ///< The Arduino pin connected to reset (-1 if unused)
|
||||
|
||||
private:
|
||||
TwoWire *_theWire = NULL; ///< The underlying hardware I2C
|
||||
|
Loading…
Reference in New Issue
Block a user