Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-18 | Add callback function for emulator drawing | ||
2016-05-18 | Add custom led and lcd display support | ||
2016-05-17 | Fix crash when event listener not created | ||
2016-05-17 | Build lcd_backlight_hal_emulator.c | ||
When the emulator is set, instead of the lcd_backlight_hal.c file. | |||
2016-05-17 | Enable and fix compilation of more files | ||
2016-05-17 | Use ugfx API instead of chibios | ||
2016-05-16 | Makefile changes to support emulator build | ||
2016-05-15 | Merge branch 'master' into led | ||
2016-05-15 | Merge branch 'chibios-contrib' | ||
2016-05-15 | Update include dir for new serial_link include | ||
2016-05-15 | Configurable visualizer thread priority | ||
2016-05-11 | Fix compute_gradient_color | ||
2016-04-30 | Fix a few led test animation issues | ||
2016-04-24 | Fix some makefile issues, and symbol issues | ||
2016-04-24 | Run mirrored keyframes for led tests as well | ||
2016-04-24 | LEDS are flushed automatically | ||
After running the animation, instead of having to do it manually. This avoids duplicate flushing, and better support for cross-fades. | |||
2016-04-24 | Add led crossfading | ||
2016-04-24 | Add function for running the next keyframe | ||
2016-04-24 | Add last and first update of frame for anims | ||
2016-04-24 | Add left to right gradient keyframe for leds | ||
2016-04-24 | Add fade out for the led test | ||
2016-04-24 | Add simple led support | ||
Also the first version of a led testing animation | |||
2016-04-09 | Update ugfx with ChibiOS 4 support. | ||
Also change the URL to fredizzimo bitbucket | |||
2016-03-13 | Suspend power off, fix backlight animation | ||
The backlight color animation was using the wrong frame number, so it didn't work properly. | |||
2016-03-13 | Suspend support for the visualizer | ||
2016-03-12 | Add serial link support for visualizer | ||
2016-02-23 | Fix include paths for new tmk_core update | ||
2016-02-13 | Clean up wrong license information | ||
2016-02-13 | Update readme and license | ||
Also add integration examples | |||
2016-02-13 | Initialize backlight and LCD during visualizer_init | ||
2016-02-13 | Compile the user visualizer | ||
2016-02-13 | Add visualizer | ||
A generic visualizer that supports animations. There's a few predefined keyframe types included, and more can be added by the user. | |||
2016-02-13 | Add LCD backlight support | ||
Also possibility to disable the LCD support | |||
2016-02-13 | Add makefile that includes ugfx | ||
2016-02-13 | Add uGFX submodule v 2.4 | ||
2016-02-13 | Add MIT license | ||
2016-02-12 | Add readme | ||