User Tools

Site Tools


wio:wio-ledscript-en

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
wio:wio-ledscript-en [2025/06/19 13:53] – [File naming] babbelwio:wio-ledscript-en [2025/07/12 16:00] (current) rjversluis
Line 49: Line 49:
 | ''C''<count> | random LED from range ''l'' address to ''C''| | ''C''<count> | random LED from range ''l'' address to ''C''|
 | ''+ or  -''<count> | to increase step by step (instead of c or C) *1| | ''+ or  -''<count> | to increase step by step (instead of c or C) *1|
-| ''r''<red>RGB red value | +| ''r''<red>RGBW red value | 
-| ''g''<green>RGB green value | +| ''g''<green>RGBW green value | 
-| ''b''<blue>RGB blue value |+| ''b''<blue>RGBW blue value | 
 +| ''w''<white> | RGBW white value |
 | ''i''<brightness> | LED brightness | | ''i''<brightness> | LED brightness |
 | ''< or >''<brightness> | to decrease/increase LED brightness step by step (instead of i or I) (Ver 380+)| | ''< or >''<brightness> | to decrease/increase LED brightness step by step (instead of i or I) (Ver 380+)|
 | ''p''<pause> | Pause in units of 50ms. Up to WIO version 875, 10ms| | ''p''<pause> | Pause in units of 50ms. Up to WIO version 875, 10ms|
-| ''R''<red>RGB red randomised with the given max. value or range* (musn't be 0)| +| ''R''<red>RGBW red randomised with the given max. value or range* (musn't be 0)| 
-| ''G''<green>RGB green randomised with the given max. value or range* (musn't be 0) | +| ''G''<green>RGBW green randomised with the given max. value or range* (musn't be 0) | 
-| ''B''<blue>RGB blue randomised with the given max. value or range* (musn't be 0) |+| ''B''<blue>RGBW blue randomised with the given max. value or range* (musn't be 0) | 
 +| ''W''<white> | RGBW white randomised with the given max. value or range* (musn't be 0) |
 | ''I''<brightness> | LED brightness randomised with the given max. value | | ''I''<brightness> | LED brightness randomised with the given max. value |
 | ''P''<pause> | Randomised pause in units of 50ms with the given max. value. Up to WIO version 875, 10ms | | ''P''<pause> | Randomised pause in units of 50ms with the given max. value. Up to WIO version 875, 10ms |
Line 63: Line 65:
 The rgbip values can be left out, and in this case the last parsed values are used.\\ The rgbip values can be left out, and in this case the last parsed values are used.\\
  
-*range: A 16bit RGB value range. Example: Range from 150 to 220. Value = 220+(150*256)=38620   (Ver 374+)+*range: A 16bit RGBW value range. Example: Range from 150 to 220. Value = 220+(150*256)=38620   (Ver 374+)
  
 *1: for increase until the next l command. With + the LEDs stays on, with - not. See example below (Ver 377+) *1: for increase until the next l command. With + the LEDs stays on, with - not. See example below (Ver 377+)
wio/wio-ledscript-en.1750334008.txt.gz · Last modified: 2025/06/19 13:53 by babbel