demo.led

来自「一些用java语言开发的经典源码」· LED 代码 · 共 27 行

LED
27
字号
!! The Demo script
Do

   ScrollDown delay=30 center=true text=\rLED \oS\yi\gg\bn \rV2.7!
   Sleep delay=2000
      
   Do
      ScrollLeft delay=30 startspace=20 endspace=20 text=Welcome to the LED Sign WWW site!
   Repeat times=2

   ScrollLeft delay=30 startspace=20 endspace=20 text=The current time is \{tt} on \{mn}-\{dn}-\{yy}.
   ScrollLeft delay=30 startspace=20 endspace=120 text=Today is \{dd} \{mm} \{dn}, \{YY}.

   ScrollLeft endspace=20 URL=http://www.sun.com endspace=40 text=Click on this sign now to go to...
     
   Appear center=true URL=http://www.sun.com text=Sun MicroSystems
   Sleep URL=http://www.sun.com delay=500
   Blink times=6 delay=500 URL=http://www.sun.com
   ScrollDown delay=70 center=true text=T\oH\yE \gE\bN\pD
   Sleep delay=2000

   Pixel delay=10 pixels=15 clear=true
   Sleep delay=1000

!! repeat infinitely
Repeat times=-1

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?