Skip to content

Commit

Permalink
Fix documentation copy pasta error
Browse files Browse the repository at this point in the history
Fixes Issue adafruit#408
  • Loading branch information
BillyDonahue authored Nov 8, 2022
1 parent 91d916d commit d5eddfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Adafruit_SPITFT.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d5eddfe

Please sign in to comment.