summaryrefslogtreecommitdiff
path: root/visualizer.mk
AgeCommit message (Collapse)Author
2016-05-17Use ugfx API instead of chibiosFred Sundvik
2016-05-16Makefile changes to support emulator buildFred Sundvik
2016-04-24Fix some makefile issues, and symbol issuesFred Sundvik
2016-04-24Add simple led supportFred Sundvik
Also the first version of a led testing animation
2016-02-23Fix include paths for new tmk_core updateFred Sundvik
2016-02-13Initialize backlight and LCD during visualizer_initFred Sundvik
2016-02-13Compile the user visualizerFred 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.
2016-02-13Add LCD backlight supportFred Sundvik
Also possibility to disable the LCD support
2016-02-13Add makefile that includes ugfxFred Sundvik