update: signalize ofgwrite's start in VFD

Origin commit data
------------------
Commit: d4e3ad43ad
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-09-05 (Thu, 05 Sep 2019)

Origin message was:
------------------
- update: signalize ofgwrite's start in VFD
This commit is contained in:
vanhofen
2019-09-05 21:57:03 +02:00
parent d29c039d19
commit 02d972d335

View File

@@ -42,6 +42,7 @@
#include <neutrino_menue.h>
#include <mymenu.h>
#include <driver/display.h>
#include <driver/fontrenderer.h>
#include <driver/rcinput.h>
#include <driver/screen_max.h>
@@ -749,7 +750,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