diff options
Diffstat (limited to 'display.c')
-rw-r--r-- | display.c | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -60,8 +60,6 @@ cGraphLCDDisplay::cGraphLCDDisplay() cGraphLCDDisplay::~cGraphLCDDisplay() { - Cancel(3); - delete mSkin; delete mSkinConfig; delete mScreen; @@ -70,6 +68,11 @@ cGraphLCDDisplay::~cGraphLCDDisplay() delete mService; } +void cGraphLCDDisplay::Stop (void) +{ + Cancel(3); +} + bool cGraphLCDDisplay::Initialise(GLCD::cDriver * Lcd, const std::string & CfgPath, const std::string & SkinsPath, const std::string & SkinName) { std::string skinsPath; |