Add note about Pi logic inverting (issue #32)

This commit is contained in:
Scott Lawson 2017-02-13 17:55:40 -08:00 committed by GitHub
parent debd7f689f
commit b5483fdd7d
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ defaults.pcm.card 1
## Configure the visualization code
In `config.py`, set the device to `'pi'` and configure the GPIO, LED and other hardware settings.
If you are using an inverting logic level converter, set `LED_INVERT = True` in `config.py`. Set `LED_INVERT = False` if you are not using an inverting logic level converter (i.e. connecting LED strip directly to GPIO pin).
# Audio Input
The visualization program streams audio from the default audio input device (set by the operating system). Windows users can change the audio input device by [following these instructions](http://blogs.creighton.edu/bluecast/tips-and-tricks/set-the-default-microphone-and-adjust-the-input-volume-in-windows-7/).