mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
update glcd
Origin commit data
------------------
Commit: 0c2dcc9eb1
Author: redblue.pkt <redblue.pkt@orange.pl>
Date: 2020-06-19 (Fri, 19 Jun 2020)
This commit is contained in:
@@ -412,6 +412,9 @@ int CStringInput::exec( CMenuTarget* parent, const std::string & )
|
||||
if (*valueString != dispval)
|
||||
{
|
||||
CVFD::getInstance()->showMenuText(1,valueString->c_str() , selected+1);
|
||||
#ifdef ENABLE_GRAPHLCD
|
||||
cGLCD::lockChannel(valueString->c_str(), "", 0);
|
||||
#endif
|
||||
dispval = *valueString;
|
||||
}
|
||||
|
||||
@@ -535,6 +538,9 @@ int CStringInput::exec( CMenuTarget* parent, const std::string & )
|
||||
{
|
||||
observ->changeNotify(name, (void *) valueString->c_str());
|
||||
}
|
||||
#ifdef ENABLE_GRAPHLCD
|
||||
cGLCD::unlockChannel();
|
||||
#endif
|
||||
return res;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user