You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# RemoteLightServer
2
-
A Server for the [RemoteLight LED control software](https://github.com/Drumber/RemoteLight) to control addressable LED strips with Raspberry Pi or other single-board computers.
2
+
A Server for the [RemoteLight LED control software](https://github.com/Drumber/RemoteLight) to control addressable LED strips with Raspberry Pi.
3
3
Various digital LED strips can be controlled with **all Raspberry Pi versions** thanks to Matthew Lewis' [diozero library](https://github.com/mattjlewis/diozero).
4
4
5
5
## Supported LED Strips
@@ -22,7 +22,7 @@ Connect a LED strip with a single data line to the Raspberry Pi:
22
22
23
23
First you need to disable the onboard audio.
24
24
Create a file `sudo nano /etc/modprobe.d/snd-blacklist.conf` and add this line `blacklist snd_bcm2835`.
25
-
Then open the configuration file `sudo nano /boot/config.txt` and comment following line out with a *#*:
25
+
Then open the configuration file `sudo nano /boot/config.txt` and comment following line out:
0 commit comments