Add screensaver to nspanel_blank.tft

And build a new tft with latest firmware and url for instructions.
This commit is contained in:
Edward Firmo
2023-09-19 11:29:55 +02:00
parent b215f1779d
commit 0af0d2fbaf
5 changed files with 82 additions and 1 deletions

View File

@@ -1,6 +1,5 @@
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
bauds=115200//Configure baudrate
dim=100//Configure backlight
recmod=0//Serial data parsing mode:0-Passive mode;1-Active mode