aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2016-05-18Add callback function for emulator drawingGravatar Fred Sundvik
2016-05-18Add custom led and lcd display supportGravatar Fred Sundvik
2016-05-17Fix crash when event listener not createdGravatar Fred Sundvik
2016-05-17Build lcd_backlight_hal_emulator.cGravatar Fred Sundvik
When the emulator is set, instead of the lcd_backlight_hal.c file.
2016-05-17Enable and fix compilation of more filesGravatar Fred Sundvik
2016-05-17Use ugfx API instead of chibiosGravatar Fred Sundvik
2016-05-16Makefile changes to support emulator buildGravatar Fred Sundvik
2016-05-15Merge branch 'master' into ledGravatar Fred Sundvik
2016-05-15Merge branch 'chibios-contrib'Gravatar Fred Sundvik
2016-05-15Update include dir for new serial_link includeGravatar Fred Sundvik
2016-05-15Configurable visualizer thread priorityGravatar Fred Sundvik
2016-05-11Fix compute_gradient_colorGravatar Fred Sundvik
2016-04-30Fix a few led test animation issuesGravatar Fred Sundvik
2016-04-24Fix some makefile issues, and symbol issuesGravatar Fred Sundvik
2016-04-24Run mirrored keyframes for led tests as wellGravatar Fred Sundvik
2016-04-24LEDS are flushed automaticallyGravatar Fred Sundvik
After running the animation, instead of having to do it manually. This avoids duplicate flushing, and better support for cross-fades.
2016-04-24Add led crossfadingGravatar Fred Sundvik
2016-04-24Add function for running the next keyframeGravatar Fred Sundvik
2016-04-24Add last and first update of frame for animsGravatar Fred Sundvik
2016-04-24Add left to right gradient keyframe for ledsGravatar Fred Sundvik
2016-04-24Add fade out for the led testGravatar Fred Sundvik
2016-04-24Add simple led supportGravatar Fred Sundvik
Also the first version of a led testing animation
2016-04-09Update ugfx with ChibiOS 4 support.Gravatar Fred Sundvik
Also change the URL to fredizzimo bitbucket
2016-03-13Suspend power off, fix backlight animationGravatar Fred Sundvik
The backlight color animation was using the wrong frame number, so it didn't work properly.
2016-03-13Suspend support for the visualizerGravatar Fred Sundvik
2016-03-12Add serial link support for visualizerGravatar Fred Sundvik
2016-02-23Fix include paths for new tmk_core updateGravatar Fred Sundvik
2016-02-13Clean up wrong license informationGravatar Fred Sundvik
2016-02-13Update readme and licenseGravatar Fred Sundvik
Also add integration examples
2016-02-13Initialize backlight and LCD during visualizer_initGravatar Fred Sundvik
2016-02-13Compile the user visualizerGravatar Fred Sundvik
2016-02-13Add visualizerGravatar Fred 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 supportGravatar Fred Sundvik
Also possibility to disable the LCD support
2016-02-13Add makefile that includes ugfxGravatar Fred Sundvik
2016-02-13Add uGFX submodule v 2.4Gravatar Fred Sundvik
2016-02-13Add MIT licenseGravatar fredizzimo
2016-02-12Add readmeGravatar Fred Sundvik