From 780c6ea1622a6fbb18c60e4a30e4a2b3f918c952 Mon Sep 17 00:00:00 2001 From: Neil McKechnie Date: Fri, 24 Feb 2023 09:39:00 +0000 Subject: [PATCH] Revert "Update DisplayInterface.cpp" This reverts commit a23f5839b75d2e0cacd7485640823cffed37cc3c. --- DisplayInterface.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DisplayInterface.cpp b/DisplayInterface.cpp index 81da7a9..f2c144e 100644 --- a/DisplayInterface.cpp +++ b/DisplayInterface.cpp @@ -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;