diff --git a/DisplayInterface.cpp b/DisplayInterface.cpp index f2c144e..81da7a9 100644 --- a/DisplayInterface.cpp +++ b/DisplayInterface.cpp @@ -21,7 +21,7 @@ #include "DisplayInterface.h" -// Install null display driver initially - will be replaced if required. -DisplayInterface *DisplayInterface::_displayHandler = new DisplayInterface(); +// Start of chain of display handlers. +DisplayInterface *DisplayInterface::_displayHandler = NULL; uint8_t DisplayInterface::_selectedDisplayNo = 255;