diff options
-rw-r--r-- | display.c | 2 | ||||
-rw-r--r-- | display.h | 1 |
2 files changed, 1 insertions, 2 deletions
@@ -395,7 +395,7 @@ void cGraphLCDDisplay::Action(void) } } #endif - cCondWait::SleepMs(101); + cCondWait::SleepMs(100); } } else @@ -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(); |