Added image of visualization GUI to the README

This commit is contained in:
Scott Lawson 2017-01-04 14:20:32 -08:00 committed by GitHub
parent 1bce7ac3a9
commit af2f689f4a

View File

@ -96,11 +96,11 @@ For the NodeMCU v3 and Adafruit Feather HUZZAH, the location of the RX1 pin is s
Once everything has been configured, run [visualization.py](python/visualization.py) to start the visualization. The visualization will automatically use your default recording device (microphone) as the audio input. Once everything has been configured, run [visualization.py](python/visualization.py) to start the visualization. The visualization will automatically use your default recording device (microphone) as the audio input.
A PyQtGraph GUI will open to display the output of the visualization on the computer. A PyQtGraph GUI will open to display the output of the visualization on the computer.
![visualization-gui](images/visualization-gui.png)
If you encounter any issues or have questions about this project, feel free to open a new issue. If you encounter any issues or have questions about this project, feel free to open a new issue.
# Limitations # Limitations
The visualization code currently supports up to 256 LEDs. Support for additional LEDs will be added in the near future. The visualization code currently supports up to 256 LEDs. Support for additional LEDs will be added in the near future.
# License # License
All code in this project is released under the MIT License. All code in this project is released under the MIT License.