Skip to content
Snippets Groups Projects
Commit aa7839e7 authored by Micah Elizabeth Scott's avatar Micah Elizabeth Scott
Browse files

Minor documentation updates

parent 3bb05060
No related branches found
No related tags found
No related merge requests found
...@@ -21,6 +21,7 @@ Vitals ...@@ -21,6 +21,7 @@ Vitals
* 512 pixels supported per Teensy board (8 strings, 64 pixels per string) * 512 pixels supported per Teensy board (8 strings, 64 pixels per string)
* Constant hardware frame rate of 520 FPS, to support temporal dithering * Constant hardware frame rate of 520 FPS, to support temporal dithering
* Full-speed (12 Mbps) USB * Full-speed (12 Mbps) USB
* 768-entry 16-bit color lookup table, for gamma correction and color balance
Prerequisites Prerequisites
------------- -------------
...@@ -45,6 +46,8 @@ Teensy 3.0 Pin | Function ...@@ -45,6 +46,8 @@ Teensy 3.0 Pin | Function
5 | Led strip #8 5 | Led strip #8
15 & 16 | Connect together 15 & 16 | Connect together
Remember that each strip may be up to 64 LEDs long. It's fine to have shorter strips or to leave some outputs unused. These outputs are 3.3V logic signals at 800 kilobits per second. It usually works to connect them directly to the 5V inputs of your WS2811 LED strips, but for the best signal integrity you should really use a level-shifting buffer to convert the 3.3V logic to 5V.
Color Processing Color Processing
---------------- ----------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment