From 56960c9091aeb1c1adce2aa7394291d9a1b51e6a Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Tue, 16 Feb 2021 07:50:06 +0100 Subject: revert to original --- display.c | 2 +- display.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/display.c b/display.c index ed35b9e..aa16244 100644 --- a/display.c +++ b/display.c @@ -395,7 +395,7 @@ void cGraphLCDDisplay::Action(void) } } #endif - cCondWait::SleepMs(101); + cCondWait::SleepMs(100); } } else diff --git a/display.h b/display.h index cd4182e..2bb971a 100644 --- a/display.h +++ b/display.h @@ -56,7 +56,6 @@ public: ~cGraphLCDDisplay(void); bool Initialise(GLCD::cDriver * Lcd, const std::string & CfgPath, const std::string & SkinsPath, const std::string & SkinName); - void Stop(void); void Tick(); void Update(); void Clear(); -- cgit v1.2.3