From 3504d0b9c07f1b8c5ab45d435b76502d48229d9a Mon Sep 17 00:00:00 2001 From: Scott Lawson Date: Fri, 30 Dec 2016 22:47:06 -0700 Subject: [PATCH] Fixed typo from 255 to 256 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0aa7e94..651fce8 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file