From eb728f3ddbb5c975c7443407c9c13deffe1ddd5e Mon Sep 17 00:00:00 2001 From: jhealy Date: Sun, 10 Jan 2021 12:25:03 -0500 Subject: [PATCH] Formatting changes on README.md v12 --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 3e94abd..c8ff494 100644 --- a/README.md +++ b/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.\ > 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: - * From Command Line: - ``` - sudo apt-get install -y python-smbus - sudo apt-get install -y i2c-tools - sudo raspi-config - ``` - * Interfacing Options > I2C > Enable > Yes - > If you did not hit "finish" you can repeat these steps but change out the I2C for the SPI + * From Command Line: + ``` + sudo apt-get install -y python-smbus + sudo apt-get install -y i2c-tools + sudo raspi-config + ``` + * Interfacing Options > I2C > Enable > Yes + > If you did not hit "finish" you can repeat these steps but change out the I2C for the SPI * Enabling SPI: * From Command Line: ```