Exposing UI functions to LUA?
Posted: Thu Sep 07, 2017 5:17 pm
Hello,
Is there a way to control some of the GUI functionality using a LUA script? For example the touch screen button to cycle through dashboard displays would be handy.
For example:
If (digital input from button)
page = getDashBoardpage() + 1
setDashboardPage(page)
or
if(temp > maxTemp)
setDashboardPage(3)
etc.
Thanks!
Is there a way to control some of the GUI functionality using a LUA script? For example the touch screen button to cycle through dashboard displays would be handy.
For example:
If (digital input from button)
page = getDashBoardpage() + 1
setDashboardPage(page)
or
if(temp > maxTemp)
setDashboardPage(3)
etc.
Thanks!