typos
This commit is contained in:
parent
bb0f174a09
commit
16750c9306
1 changed files with 5 additions and 4 deletions
|
@ -3,6 +3,7 @@
|
||||||
#### Document structure
|
#### Document structure
|
||||||
|
|
||||||
**USB control transfer used**
|
**USB control transfer used**
|
||||||
|
|
||||||
(and USB HID a bit 🤓)
|
(and USB HID a bit 🤓)
|
||||||
|
|
||||||
Endpoint: **0x00**, Direction: **OUT**
|
Endpoint: **0x00**, Direction: **OUT**
|
||||||
|
@ -65,7 +66,7 @@ There are two types of commands:
|
||||||
* synchronized - applies same setting to everything
|
* synchronized - applies same setting to everything
|
||||||
* separate - adjusts settings separately
|
* separate - adjusts settings separately
|
||||||
|
|
||||||
*** Prefix-directives: commands sent before actual sequence of the command. Structure is always the same***
|
***Prefix-directives: commands sent before actual sequence of the command. Structure is always the same***
|
||||||
```
|
```
|
||||||
cc20
|
cc20
|
||||||
cc21
|
cc21
|
||||||
|
@ -237,7 +238,7 @@ EXAMPLE:
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
#### Cycle (user selects: intensive and brightness)
|
#### Cycle (user selects: intensity and brightness)
|
||||||
```
|
```
|
||||||
↓↓↓↓↓↓- Old values; doesn't make any difference
|
↓↓↓↓↓↓- Old values; doesn't make any difference
|
||||||
cc2204000000000000000004__00fd00fe0000000000________0000000007
|
cc2204000000000000000004__00fd00fe0000000000________0000000007
|
||||||
|
@ -247,7 +248,7 @@ cc2640000000000000000004__00fd00fe0000000000________0000000007
|
||||||
cc2780000000000000000004__00fd00fe0000000000________0000000007
|
cc2780000000000000000004__00fd00fe0000000000________0000000007
|
||||||
cc9100020000000000000004__00fd00fe0000000000________0000000007
|
cc9100020000000000000004__00fd00fe0000000000________0000000007
|
||||||
cc28ff07 ↑↑ ↑↑↑↑↑↑↑↑
|
cc28ff07 ↑↑ ↑↑↑↑↑↑↑↑
|
||||||
ff → Bright. max 9001c800 → Intensive max
|
ff → Bright. max 9001c800 → intensity max
|
||||||
b3 -1 58029001 -1
|
b3 -1 58029001 -1
|
||||||
80 -2 2602c201 -2
|
80 -2 2602c201 -2
|
||||||
4d -3 5203ee02 -3
|
4d -3 5203ee02 -3
|
||||||
|
@ -263,4 +264,4 @@ EXAMPLE:
|
||||||
cc4701
|
cc4701
|
||||||
```
|
```
|
||||||
|
|
||||||
This work is licensed under a [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0/Attribution)
|
This work is licensed under a [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0/)
|
Loading…
Reference in a new issue