added grid page (add nextion2text)

This commit is contained in:
joBr99
2022-03-19 22:26:58 +00:00
committed by GitHub Actions
parent 9141afebff
commit 8583702547
9 changed files with 1219 additions and 98 deletions

View File

@@ -612,6 +612,14 @@ Timer tmSerial
{
page cardMedia
}
if(tId.txt=="cardGrid")
{
page cardGrid
}
if(tId.txt=="cardAlarm")
{
page cardAlarm
}
}
// end of user code
udelete payloadLength-1
@@ -623,15 +631,6 @@ Timer tmSerial
// next character
bufferPos++
}
if(bufferPos==usize)
{
// copy whole buffer to t1.txt, for debugging
//ucopy t2.txt,0,usize,0
// ucopy n2.val,0,usize,0
// clear whole buffer
//code_c
//bufferPos=0
}
}
Timer tmSpinner