Skip to content

Using mixers to add selects to your LEDs and possibly other things.

Allan Eising edited this page Aug 27, 2023 · 2 revisions

Introduction

This snippet is not very useful from the blue-3 version, but included if someone is still on an older version and need this functionality.

It allows you to implement select for things that do not support it.

Selectat

If you need selectat functionality, you can use a [compare] circuit to convert them into normal selects.

Snippet

# One mixer per LED
[mixer]
    input1 _LED11_LAYER_1 * _LAYER1
    input2 _LED11_LAYER_2 * _LAYER2
    input3 _LED11_LAYER_3 * _LAYER3
    input4 _LED11_LAYER_4 * _LAYER4
    maximum = L1.1

[mixer]
    input1 _LED12_LAYER_1 * _LAYER1
    input2 _LED12_LAYER_2 * _LAYER2
    input3 _LED12_LAYER_3 * _LAYER3
    input4 _LED12_LAYER_4 * _LAYER4
    maximum = L1.2

Category: Archived

Clone this wiki locally