From af2f689f4a8c6dd5cef136d526051c237c665396 Mon Sep 17 00:00:00 2001 From: Scott Lawson Date: Wed, 4 Jan 2017 14:20:32 -0800 Subject: [PATCH] Added image of visualization GUI to the README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 651fce8..9cc1b28 100644 --- a/README.md +++ b/README.md @@ -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. 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. # Limitations The visualization code currently supports up to 256 LEDs. Support for additional LEDs will be added in the near future. # License -All code in this project is released under the MIT License. \ No newline at end of file +All code in this project is released under the MIT License.