From 71288139a5fb369e89c30a80f70551f155fd8764 Mon Sep 17 00:00:00 2001 From: svenhoefer Date: Sun, 27 Oct 2019 16:24:47 +0100 Subject: [PATCH] - update: signalize ofgwrite's start in VFD Signed-off-by: Thilo Graf --- src/gui/update.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/gui/update.cpp b/src/gui/update.cpp index b6878c135..b45d56ba6 100644 --- a/src/gui/update.cpp +++ b/src/gui/update.cpp @@ -42,6 +42,7 @@ #include #include +#include #include #include #include @@ -744,7 +745,11 @@ int CFlashUpdate::exec(CMenuTarget* parent, const std::string &actionKey) dprintf(DEBUG_NORMAL, "[update] calling %s %s %s %s\n", ofgwrite_caller.c_str(), g_settings.update_dir.c_str(), filename.c_str(), ofgwrite_options.c_str()); #ifndef DRYRUN if (flashing) + { + CVFD::getInstance()->setMode(CVFD::MODE_MENU_UTF8); + CVFD::getInstance()->showMenuText(0, "ofgwrite Flashing Tool", -1, true); my_system(4, ofgwrite_caller.c_str(), g_settings.update_dir.c_str(), filename.c_str(), ofgwrite_options.c_str()); + } /* TODO: fix osd-flickering