aboutsummaryrefslogtreecommitdiffhomepage
path: root/backends/openpixelcontrol.md
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2020-07-09 22:56:31 +0200
committercbdev <cb@cbcdn.com>2020-07-09 22:56:31 +0200
commit1fd6f2bf7cd243ad3e2c126ebce723d57000c7b4 (patch)
treedb7517ecdcb32c7808340df0012d2610c0008d17 /backends/openpixelcontrol.md
parent4e5cc42d2eb245bfd2ac616ca6898e4855ec5363 (diff)
downloadmidimonster-1fd6f2bf7cd243ad3e2c126ebce723d57000c7b4.tar.gz
midimonster-1fd6f2bf7cd243ad3e2c126ebce723d57000c7b4.tar.bz2
midimonster-1fd6f2bf7cd243ad3e2c126ebce723d57000c7b4.zip
Restructure CI
Diffstat (limited to 'backends/openpixelcontrol.md')
-rw-r--r--backends/openpixelcontrol.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/openpixelcontrol.md b/backends/openpixelcontrol.md
index d09d412..af5e811 100644
--- a/backends/openpixelcontrol.md
+++ b/backends/openpixelcontrol.md
@@ -35,12 +35,12 @@ Channels can be specified by their sequential index (one-based).
Example mapping (data from Strip 2 LED 66's green component is mapped to the blue component of LED 2 on strip 1):
```
-strip1.channel6 < strip2.channel200
+op1.strip1.channel6 < op1.strip2.channel200
```
Additionally, channels may be referred to by their color component and LED index:
```
-strip1.blue2 < strip2.green66
+op1.strip1.blue2 < op2.strip2.green66
```
#### Known bugs / problems