LED colour settings logics (?)
Posted: 04 Mar 2013, 11:49
How come that the RGB-LED only allows 4 out of 7 combinations where any of RGB is on?
I would have expected that it was a 3-bit signal so that:
0=000=off
1=001=blue
2=010=green
3=011=cyan
4=100=red
5=101=magenta
6=110=yellow
7=111=white
Instead we have
0=000=blue
1=001=red
2=010=green
3=011=n/a
4=100=magenta
5=101=n/a
6=110=n/a
7=111=n/a
... and
echo off > /sys/bus/platform/devices/bubbatwo/ledmode to switch it off.
What's the reason and logics here?
I would have expected that it was a 3-bit signal so that:
0=000=off
1=001=blue
2=010=green
3=011=cyan
4=100=red
5=101=magenta
6=110=yellow
7=111=white
Instead we have
0=000=blue
1=001=red
2=010=green
3=011=n/a
4=100=magenta
5=101=n/a
6=110=n/a
7=111=n/a
... and
echo off > /sys/bus/platform/devices/bubbatwo/ledmode to switch it off.
What's the reason and logics here?