I'm looking to do a small portable WS2812 2D Display powered by battery and am planning on controlling it with a Teensy 3 using OctoWS2811.
I have a few questions:
1. It says that LED Strips can be shorter than the max size strip in the array, and I see how that works (wasted memory but proper display effect). But can I have the shorter strips start further across the row?
Example:
0-29 LEDs in the first strip (max strip size),
then only 5 LEDs in the second strip but its first LED starts at position 45 instead of 30 (so that 30-44 are ignored/not present).
2. I see video can be streamed from a computer, but can it be played back from an SD Card breakout?
3. Can the Adafruit_GFX library be used with OctoWS2811 like it can with the Adafruit_NeoPixel library, and if not what is the best way to code visuals with OctoWS2811? (Assuming no computer connection during playback)
4. Where should I purchase 74HCT245? Do I understand correctly that I need to connect 220ohm resistors to the T3, then the resistors to the 74HCT245, and then the 74HCT245 to the LED Strip to get 5v with clean logic?
5. Can you recommend a battery solution for this project (assuming less than 120 LEDs).
Thanks in advance to anyone that can take the time to help me make this project a reality!
I have a few questions:
1. It says that LED Strips can be shorter than the max size strip in the array, and I see how that works (wasted memory but proper display effect). But can I have the shorter strips start further across the row?
Example:
0-29 LEDs in the first strip (max strip size),
then only 5 LEDs in the second strip but its first LED starts at position 45 instead of 30 (so that 30-44 are ignored/not present).
2. I see video can be streamed from a computer, but can it be played back from an SD Card breakout?
3. Can the Adafruit_GFX library be used with OctoWS2811 like it can with the Adafruit_NeoPixel library, and if not what is the best way to code visuals with OctoWS2811? (Assuming no computer connection during playback)
4. Where should I purchase 74HCT245? Do I understand correctly that I need to connect 220ohm resistors to the T3, then the resistors to the 74HCT245, and then the 74HCT245 to the LED Strip to get 5v with clean logic?
5. Can you recommend a battery solution for this project (assuming less than 120 LEDs).
Thanks in advance to anyone that can take the time to help me make this project a reality!