Description of the LED interface
This commit is contained in:
parent
706506a011
commit
fcd24bf04e
1 changed files with 21 additions and 0 deletions
21
LED.MD
Normal file
21
LED.MD
Normal file
|
|
@ -0,0 +1,21 @@
|
||||||
|
LED
|
||||||
|
|
||||||
|
All LEDs are in fact 2 LED (one red and one green) and seems to be connected to separated pins from the controller, or at least addressed by the controller like this
|
||||||
|
|
||||||
|
LED 1 (r) = 1
|
||||||
|
LED 1 (g) = 2
|
||||||
|
|
||||||
|
LED 2 (r) = 3
|
||||||
|
LED 2 (g) = 4
|
||||||
|
|
||||||
|
LED 3 (r) = 5
|
||||||
|
LED 3 (g) = 6
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
the commands to address the LED status is 0x1B 0x4C _status_
|
||||||
|
|
||||||
|
Status byte was divided in two part 4 high bits define the LED id, and 4 low bits define
|
||||||
|
|
||||||
|
|
||||||
Loading…
Reference in a new issue