Skip to content
Snippets Groups Projects
Commit 4f1ec926 authored by BadWolf42's avatar BadWolf42 Committed by GitHub
Browse files

Added mirrorScreen() to OLEDDisplay.h

parent 588d4e6b
No related branches found
No related tags found
No related merge requests found
...@@ -206,6 +206,9 @@ class OLEDDisplay : public Print { ...@@ -206,6 +206,9 @@ class OLEDDisplay : public Print {
// Turn the display upside down // Turn the display upside down
void flipScreenVertically(); void flipScreenVertically();
// Mirror the display (to be used in a mirror or as a projector)
void mirrorScreen();
// Write the buffer to the display memory // Write the buffer to the display memory
virtual void display(void) = 0; virtual void display(void) = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment