diff --git a/Adafruit_SPITFT.h b/Adafruit_SPITFT.h index 8064a742..454e8a9c 100644 --- a/Adafruit_SPITFT.h +++ b/Adafruit_SPITFT.h @@ -179,7 +179,7 @@ class Adafruit_SPITFT : public Adafruit_GFX { @param w Width of area to be drawn, in pixels (MUST be >0 and, added to x, within display bounds at current rotation). @param h Height of area to be drawn, in pixels (MUST be >0 and, - added to x, within display bounds at current rotation). + added to y, within display bounds at current rotation). */ virtual void setAddrWindow(uint16_t x, uint16_t y, uint16_t w, uint16_t h) = 0;