Skip to content

Commit f5ba67d

Browse files
committed
Update AmbiLight example description
The description only applied to a previous version of the AmbiLight example. The AmbiLight example was updated after libmk.set_full_led_color was changed so as to prevent flickering by not acquiring control during each call. Therefore, the disclaimer does not apply anymore.
1 parent 08054a3 commit f5ba67d

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

examples/README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,6 @@ This example turns the connected keyboard into an ambilight-like device
99
by showing the average color of the screen (determined using libx11,
1010
so Wayland is currently not supported).
1111

12-
This example also functions as a stress test of sorts for the library.
13-
By continuously updating the color of all keys of the keyboard (using
14-
`set_all_led_color` to avoid the flickering effect of the
15-
`set_full_led_color` function).
16-
17-
**Disclaimer**: Running this example for a long period of time may cause
18-
the chip inside the keyboard to heat up and reduce lighting performance.
19-
So far, the inability of disabling LED control without power cycling the
20-
keyboard and the failure to update the keys of the first packet have
21-
been observed.
22-
2312
## PhotoViewer
2413
Takes the average of sections of the image to correspond to the color
2514
of a single key, thus showing the image selected on the keyboard in

0 commit comments

Comments
 (0)