Run n2t visual also for US Project (add nextion2text)

This commit is contained in:
joBr99
2022-03-29 15:47:38 +00:00
committed by GitHub Actions
parent 5ba13a833e
commit 811cb50f01
16 changed files with 13958 additions and 6 deletions

View File

@@ -0,0 +1,15 @@
Program.s
//The following code is only run once when power on, and is generally used for global variable definition and power on initialization data
int sys0=0,sys1=0,sys2=0 //At present, the definition of global variable only supports 4-byte signed integer (int), and other types of global quantity declaration are not supported. If you want to use string type, you can use variable control in the page to implement
int bufferPos=0
int recvCrc=0
int payloadLength=0
int par0=0,par1=0
// sleep timeout in s
int sleepTimeout=20
int sleepValue=0
// dim value
int dimValue=40
// fix touch offset (Removed for US version)
//lcd_dev fffb 0002 0000 0020
page pageStartup