pixelmatix / AnimatedGIFs

MIT License
62 stars 34 forks source link

GIF only plays in red #6

Closed appleseed13 closed 8 years ago

appleseed13 commented 8 years ago

I am able to load and play gifs on the matrix but they only appear in red. I have tried several different gifs and used gifs containing many different colors but still only red shows on the matrix.

toad

embedded-creations commented 8 years ago

have you tried any other sketches? Do they show red, green, blue or just red? A quick test: remove the SD card and apply power, what color is the error message?

appleseed13 commented 8 years ago

I just ran a fastLED sketch and the other colors were present. Also, the error message appears in yellow. A bit better description of what is happening, the GIF above is a solid red mass that rotates. I also have tried a white buffering wheel and the matrix gets the brightness right but the wheel appears in red instead of white. Aside from the color it works perfectly.

embedded-creations commented 8 years ago

Very strange, never heard of this problem before. Can you run the bitmaps example, and compare what you see to the original color wheel and Pixelmatix logo? https://github.com/pixelmatix/SmartMatrix/tree/master/examples/Bitmaps/SourceBitmaps

What power supply are you using?

appleseed13 commented 8 years ago

I am using a 5 volt, 4 amp supply. The bitmaps example ran with mixed results. The google image appeared as it should but the color wheel was only in red, bright where red should be and fades to black on the other half of the circle. As for the Pixelmatix logo, the whole matrix lit up in red.

embedded-creations commented 8 years ago

Seems like you're not getting enough power to the panel. There's enough power leaking through the data lines to power up the red LEDs, but not enough to power blue or green. Check your power cables, and use a meter to check power at the panel, make sure it's getting 5V.

appleseed13 commented 8 years ago

It was a power issue. Got it working with a full range of colors now. Thanks for the help!!

embedded-creations commented 8 years ago

You're welcome!