Revert "Update DisplayInterface.cpp"

This reverts commit a23f5839b7.
This commit is contained in:
Neil McKechnie 2023-02-24 09:39:00 +00:00
parent 8582e51483
commit 780c6ea162
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
#include "DisplayInterface.h"
// Start of chain of display handlers.
DisplayInterface *DisplayInterface::_displayHandler = NULL;
// Install null display driver initially - will be replaced if required.
DisplayInterface *DisplayInterface::_displayHandler = new DisplayInterface();
uint8_t DisplayInterface::_selectedDisplayNo = 255;