diff options
Diffstat (limited to 'plugin.c')
-rw-r--r-- | plugin.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |