From 05beb5bbd0d7003b81453d03a8a05a54dca4f344 Mon Sep 17 00:00:00 2001 From: Gozi Date: Thu, 12 Aug 2021 00:03:32 +0800 Subject: [PATCH] fix error --- TFT_eSPI.h | 1 + 1 file changed, 1 insertion(+) diff --git a/TFT_eSPI.h b/TFT_eSPI.h index 5966304..187331e 100644 --- a/TFT_eSPI.h +++ b/TFT_eSPI.h @@ -412,6 +412,7 @@ class TFT_eSPI : public Print { friend class TFT_eSprite; // Sprite class has ac width(void); void setRotation(uint8_t r); // Set the display image orientation to 0, 1, 2 or 3 + void setRotation(uint8_t r, bool mirror); // Set the display image orientation with mirror option uint8_t getRotation(void); // Read the current rotation void invertDisplay(bool i); // Tell TFT to invert all displayed colours