Formatting changes on README.md v12
This commit is contained in:
16
README.md
16
README.md
@@ -47,14 +47,14 @@ tickerPi is a Python Program to handle WS281X LED interactions on a Raspberry P
|
|||||||
> If you are using a GPIO wiring setup for the LEDs that does not support I2C, you will not see anything show up for the LEDS.\
|
> If you are using a GPIO wiring setup for the LEDs that does not support I2C, you will not see anything show up for the LEDS.\
|
||||||
> Again, this is only for if you have **OTHER** devices you plan on hooking up to make sure they still show up under I2C
|
> Again, this is only for if you have **OTHER** devices you plan on hooking up to make sure they still show up under I2C
|
||||||
* Enabling I2C:
|
* Enabling I2C:
|
||||||
* From Command Line:
|
* From Command Line:
|
||||||
```
|
```
|
||||||
sudo apt-get install -y python-smbus
|
sudo apt-get install -y python-smbus
|
||||||
sudo apt-get install -y i2c-tools
|
sudo apt-get install -y i2c-tools
|
||||||
sudo raspi-config
|
sudo raspi-config
|
||||||
```
|
```
|
||||||
* Interfacing Options > I2C > Enable > Yes
|
* Interfacing Options > I2C > Enable > Yes
|
||||||
> If you did not hit "finish" you can repeat these steps but change out the I2C for the SPI
|
> If you did not hit "finish" you can repeat these steps but change out the I2C for the SPI
|
||||||
* Enabling SPI:
|
* Enabling SPI:
|
||||||
* From Command Line:
|
* From Command Line:
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user