You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 24, 2023. It is now read-only.
Can someone please enlighten me how NextionPage::show() could work give how INextionWidget::sendCommand works.
lets assume i want to make page with id 1 visible (currently at page 0)
i call show() on the page with id 1, sendcommand compares this new pages id with current page and finds them to be different and then just does a return fals instead of doing something useful.
so it must be impossible to make NextionPage::show() do something useful.
or?
The text was updated successfully, but these errors were encountered:
Can someone please enlighten me how NextionPage::show() could work give how INextionWidget::sendCommand works.
lets assume i want to make page with id 1 visible (currently at page 0)
i call show() on the page with id 1, sendcommand compares this new pages id with current page and finds them to be different and then just does a return fals instead of doing something useful.
so it must be impossible to make NextionPage::show() do something useful.
or?
The text was updated successfully, but these errors were encountered: