Skip to content
Snippets Groups Projects
Commit e9376b39 authored by Daniel Eichhorn's avatar Daniel Eichhorn Committed by GitHub
Browse files

Merge pull request #101 from mbrgm/master

Make OLEDDisplay.display() an abstract function
parents 2d6a1d8d ebb2ddf7
No related branches found
No related tags found
No related merge requests found
......@@ -207,7 +207,7 @@ class OLEDDisplay : public Print {
void flipScreenVertically();
// Write the buffer to the display memory
virtual void display(void);
virtual void display(void) = 0;
// Clear the local pixel buffer
void clear(void);
......
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