This commit is contained in:
lady ada 2020-05-16 00:35:00 -04:00
parent 123948b875
commit 717b59dde2

View File

@ -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