summaryrefslogtreecommitdiff
path: root/visualizer.c
AgeCommit message (Collapse)Author
2016-04-24Add function for running the next keyframeFred Sundvik
2016-04-24Add last and first update of frame for animsFred Sundvik
2016-04-24Add simple led supportFred Sundvik
Also the first version of a led testing animation
2016-03-13Suspend power off, fix backlight animationFred Sundvik
The backlight color animation was using the wrong frame number, so it didn't work properly.
2016-03-13Suspend support for the visualizerFred Sundvik
2016-03-12Add serial link support for visualizerFred Sundvik
2016-02-13Initialize backlight and LCD during visualizer_initFred Sundvik
2016-02-13Add visualizerFred Sundvik
A generic visualizer that supports animations. There's a few predefined keyframe types included, and more can be added by the user.