summaryrefslogtreecommitdiff
path: root/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugin.c')
-rw-r--r--plugin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin.c b/plugin.c
index b81fbdd..5d63bad 100644
--- a/plugin.c
+++ b/plugin.c
@@ -262,6 +262,7 @@ cString cPluginGraphLCD::SVDRPCommand(const char *Command, const char *Option, i
}
if (strcasecmp(Command, "ON") == 0) {
GraphLCDSetup.PluginActive = 1;
+ mDisplay->Update();
return "GraphLCD Plugin switched on.";
}
return NULL;