Fixed typo from 255 to 256

This commit is contained in:
Scott Lawson 2016-12-30 22:47:06 -07:00
parent f860922d67
commit 3504d0b9c0
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ A PyQtGraph GUI will open to display the output of the visualization on the comp
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 255 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
All code in this project is released under the MIT License.