summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-06-01Fix visualizer sleeping too longFred Sundvik
The documentation for ugfx gEventWait wait is wrong and the function takes the time in milliseconds, instead of system ticks. This caused the the thread to sleep way too long. It also caused somewhat random sleeping behaviour as the MS2ST function overflows at around 43 seconds sleep. The event source is also now initialized correctly, so that the thread actually can be woken up by events.
2016-05-29Add a nicer sine based gradient for the LEDsFred Sundvik
2016-05-29Make LED visualization times configurableFred Sundvik
2016-05-29Fix emulator #ifdef checkFred Sundvik
2016-05-28Don't include lcd_backlight_hal for emulatorFred Sundvik
2016-05-18Add callback function for emulator drawingFred Sundvik
2016-05-18Add custom led and lcd display supportFred Sundvik
2016-05-17Fix crash when event listener not createdFred Sundvik
2016-05-17Build lcd_backlight_hal_emulator.cFred Sundvik
When the emulator is set, instead of the lcd_backlight_hal.c file.
2016-05-17Enable and fix compilation of more filesFred Sundvik
2016-05-17Use ugfx API instead of chibiosFred Sundvik
2016-05-16Makefile changes to support emulator buildFred Sundvik
2016-05-15Merge branch 'master' into ledFred Sundvik
2016-05-15Merge branch 'chibios-contrib'Fred Sundvik
2016-05-15Update include dir for new serial_link includeFred Sundvik
2016-05-15Configurable visualizer thread priorityFred Sundvik
2016-05-11Fix compute_gradient_colorFred Sundvik
2016-04-30Fix a few led test animation issuesFred Sundvik
2016-04-24Fix some makefile issues, and symbol issuesFred Sundvik
2016-04-24Run mirrored keyframes for led tests as wellFred Sundvik
2016-04-24LEDS are flushed automaticallyFred 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 crossfadingFred Sundvik
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 left to right gradient keyframe for ledsFred Sundvik
2016-04-24Add fade out for the led testFred Sundvik
2016-04-24Add simple led supportFred Sundvik
Also the first version of a led testing animation
2016-04-09Update ugfx with ChibiOS 4 support.Fred Sundvik
Also change the URL to fredizzimo bitbucket
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-23Fix include paths for new tmk_core updateFred Sundvik
2016-02-13Clean up wrong license informationFred Sundvik
2016-02-13Update readme and licenseFred Sundvik
Also add integration examples
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
2016-02-13Add uGFX submodule v 2.4Fred Sundvik
2016-02-13Add MIT licensefredizzimo
2016-02-12Add readmeFred Sundvik