User Tools

Site Tools


wio:wio-ioscript-en

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
wio:wio-ioscript-en [2024/04/01 10:09] – created - external edit 127.0.0.1wio:wio-ioscript-en [2025/07/13 14:37] (current) – [Command line] babbel
Line 47: Line 47:
 All columns are fixed width.\\ All columns are fixed width.\\
 <code> <code>
-<port> <onoff> [<type> <slave> <bri> <blink> <delay> <red> <green> <blue>]+<port> <onoff> [<type> <slave> <bri> <blink> <delay> <red> <green> <blue> <white>]
 </code> </code>
 The part between [...] is optional.\\ The part between [...] is optional.\\
Line 58: Line 58:
 | bri | 000...255 | The brightnes in case of pixel(P), position in case of servo(S), pause in 10ms incase of pause(A) | | bri | 000...255 | The brightnes in case of pixel(P), position in case of servo(S), pause in 10ms incase of pause(A) |
 | blink | 0...1 | Activate Pixel blinking | The blink frequency depends of brightness and delay. \\ Slowest: bri=255 delay=1. | | blink | 0...1 | Activate Pixel blinking | The blink frequency depends of brightness and delay. \\ Slowest: bri=255 delay=1. |
-| delay | 00...15 | Dim/movement delay | | +| delay | 00...15 | Dim/movement delay *| | 
-| red,green,blue | 000...255 | The RGB values in case of pixel |+| red,green,blue,white | 000...255 | The RGBW values in case of pixel |
  
-{{:wio:ioscript.jpg}}+ 
 +*When using Delay, please note that only one script can be active at a time. For multiple scripts running in parallel, you can use LEDScript for WS2812 LEDs. 
 + 
 +{{wio:ioscript-format.jpg}}\\ 
 +{{:wio:ioscript-format.ods}}\\
  
 Example: Example:
wio/wio-ioscript-en.1711958946.txt.gz · Last modified: 2024/04/01 10:09 by 127.0.0.1