2021-11-29 04:21 AM
2021-11-29 07:20 AM
Your idea isnt possible
Maybe you can create self updated component and register to tick handler
Application::getInstance()->registerTimerWidget(this);
And create
void Component::handleTickEvent()
{
if (count++==40)
{
count=0;
// showed
getrtcdata
xxxx.show(rtc...);
}
}