Arduino Light Painting - convert .pngs to data files
I was wondering how to convert .pngs to the the animation data files?
I found the lightPaintingProcessor in the Processing sketchbook but can't get it to work.
I am trying to create paintings similar to the NyanCat example.
-amar
I found the lightPaintingProcessor in the Processing sketchbook but can't get it to work.
I am trying to create paintings similar to the NyanCat example.
-amar
Comments
https://github.com/Blinkinlabs/PatternPaint/releases/tag/0.2.0
Go to File->Export animation for Arduino, and it should save a .h file containing your animation. The Arduino library was also updated to have a matching sketch (PatternPlayer), which should have the same features as the version embedded in PatternPaint. Give it a shot and let me know how it works for you!