implemented navigation on cardEntities Grid and Thermo

This commit is contained in:
joBr99
2022-03-31 16:18:44 +02:00
parent abf2678502
commit b9f57039fb
8 changed files with 102 additions and 5 deletions

View File

@@ -133,4 +133,34 @@ sharedfoot = """
bufferPos++
}
}
"""
navigation = """
// navigation icons
spstr strCommand.txt,tId.txt,",",2
spstr tId.txt,tTmp.txt,"|",0
if(tTmp.txt=="0")
{
vis bPrev,0
}
if(tTmp.txt=="1")
{
vis bPrev,1
bPrev.txt=""
}
if(tTmp.txt=="2")
{
vis bPrev,1
bPrev.txt=""
}
spstr tId.txt,tTmp.txt,"|",1
if(tTmp.txt=="0")
{
vis bNext,0
}
if(tTmp.txt=="1")
{
vis bPrev,1
bNext.txt=""
}
"""