Commit Graph

11 Commits

Author SHA1 Message Date
Fabian Schlenz 65dd09ca0d Fixed Animation stuff by not sending so many debug messages via MQTT. 2020-04-29 20:23:57 +02:00
Fabian Schlenz 205a0df842 Small fixes.
continuous-integration/drone/push Build is failing Details
2019-10-04 15:58:56 +02:00
Fabian Schlenz 85aee53462 More debugging output in Animation.cpp 2019-10-02 06:18:15 +02:00
Fabian Schlenz 41af01ee0b Better handling of Animations, their members and the destructor. 2019-06-19 22:16:06 +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 477edd1597 I just learned that unintialized variables in C can lead to lots of unexpected and hard-to-debug behaviour... :-/ 2019-06-12 06:30:26 +02:00
Fabian Schlenz 83254f2eaa Windows. Everything now is implemented in Windows. ;-) (Okay, just the drawing stuff. And defnititely nothing by Microsoft.) 2019-06-11 19:48:09 +02:00
Fabian Schlenz c5856a6f7a Whitespace stuff. Tabs rule!
continuous-integration/drone/push Build is failing Details
2019-06-07 06:24:16 +02:00
Fabian Schlenz a821985479 Re-organized Animation code to move from multiple different constructors to one constructor and a handfull of setters for options. 2019-06-07 06:07:29 +02:00
Fabian Schlenz 4fe34afd08 Animation.h now also includes AnimationSlice to show only part of an animation. 2019-06-06 06:40:30 +02:00
Fabian Schlenz b2ff3bdc54 Moved the animation display code into its own class which can and will also be used to display static images and sprites. 2019-06-05 06:25:40 +02:00