This website requires JavaScript.
Explore
Help
Sign In
fabian
/
pitrix
Watch
1
Star
0
Fork
0
You've already forked pitrix
Code
Issues
8
Releases
Activity
158
Commits
1
Branch
0
Tags
33c2417534a4fbdfcbedfa9eae83232ab33fb9b7
Commit Graph
8 Commits
Author
SHA1
Message
Date
Fabian Schlenz
33c2417534
Added recorder to be able to stream the current LED data via network. That way you can create nice looking GIF images of the effects - and even develop effects without having to look at the actual LED panel.
2019-09-04 06:05:45 +02:00
Fabian Schlenz
3c0e7a116a
Animation now uses .pia files from SPIFFS instead of hardcoded C stuff.
2019-06-18 18:10:58 +02:00
Fabian Schlenz
0af76f2195
gif2c: Produce nicer formatted C code.
Some checks failed
continuous-integration/drone/push
Build is failing
Details
2019-06-14 05:36:25 +02:00
Fabian Schlenz
5b7c7a7007
gif2c: Now has an option --full-frames which encodes every frame completely, without the "leave the previous pixel intact" bits.
2019-06-06 06:39:52 +02:00
Fabian Schlenz
bfaf1a9d7a
Added debugging mode to gif2c, where it will print overviews of which pixels of each frame changed.
2019-06-04 05:59:32 +02:00
Fabian Schlenz
1d693f34e9
gif2c now throws an exception if the gif file contains frames with differing sizes.
2019-06-04 05:59:00 +02:00
Fabian Schlenz
71c524b2cf
Modified gif2c.rb to output GIFs matching the current code in effect_animation.h.
2019-05-30 01:33:19 +02:00
Fabian Schlenz
ce0c834326
Arduino IDE -> PlatformIO
2019-05-27 21:17:05 +02:00