From 4f1ec9263ada65dfce1a96c2b25615f772894d2d Mon Sep 17 00:00:00 2001
From: BadWolf42 <BadWolf42@users.noreply.github.com>
Date: Sat, 20 May 2017 15:34:31 +0200
Subject: [PATCH] Added mirrorScreen() to OLEDDisplay.h

---
 OLEDDisplay.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/OLEDDisplay.h b/OLEDDisplay.h
index 81537a2..6cb913f 100644
--- a/OLEDDisplay.h
+++ b/OLEDDisplay.h
@@ -206,6 +206,9 @@ class OLEDDisplay : public Print {
     // Turn the display upside down
     void flipScreenVertically();
 
+    // Mirror the display (to be used in a mirror or as a projector)
+    void mirrorScreen();
+
     // Write the buffer to the display memory
     virtual void display(void) = 0;
 
-- 
GitLab