Fix typo and code indentation (#7410)
This commit is contained in:
parent
23f828a2f3
commit
687a24f298
1 changed files with 2 additions and 2 deletions
|
@ -363,8 +363,8 @@ Using the `rgblight_set_clipping_range()` function, you can prepare more buffers
|
||||||
You can set the Clipping Range by executing the following code.
|
You can set the Clipping Range by executing the following code.
|
||||||
|
|
||||||
```c
|
```c
|
||||||
// some soruce
|
// some source
|
||||||
rgblight_set_clipping_range(3, 4);
|
rgblight_set_clipping_range(3, 4);
|
||||||
```
|
```
|
||||||
<img src="https://user-images.githubusercontent.com/2170248/55743785-2bd82a00-5a6e-11e9-9d4b-1b4ffaf4932b.JPG" alt="clip direct" width="70%"/>
|
<img src="https://user-images.githubusercontent.com/2170248/55743785-2bd82a00-5a6e-11e9-9d4b-1b4ffaf4932b.JPG" alt="clip direct" width="70%"/>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue