~ruther/qmk_firmware

73d890a2 — Fred Sundvik 9 years ago
Fix visualizer sleeping too long

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.
489288f6 — Fred Sundvik 9 years ago
Add a nicer sine based gradient for the LEDs
0c318905 — Fred Sundvik 9 years ago
Make LED visualization times configurable
9c955145 — Fred Sundvik 9 years ago
Fix emulator #ifdef check
4d7e4a47 — Fred Sundvik 9 years ago
Don't include lcd_backlight_hal for emulator
94519e38 — Fred Sundvik 9 years ago
Add callback function for emulator drawing
fa8feb21 — Fred Sundvik 9 years ago
Add custom led and lcd display support
07e412c5 — Fred Sundvik 9 years ago
Fix crash when event listener not created
15300cb6 — Fred Sundvik 9 years ago
Build lcd_backlight_hal_emulator.c

When the emulator is set, instead of the lcd_backlight_hal.c file.
4e897326 — Fred Sundvik 9 years ago
Enable and fix compilation of more files
d79e94ad — Fred Sundvik 9 years ago
Use ugfx API instead of chibios
15bdef3e — Fred Sundvik 9 years ago
Makefile changes to support emulator build
350bc0d2 — Fred Sundvik 9 years ago
Merge branch 'master' into led
bde869aa — Fred Sundvik 9 years ago
Merge branch 'chibios-contrib'
81f89cc6 — Fred Sundvik 9 years ago
Update include dir for new serial_link include
5651be7a — Fred Sundvik 9 years ago
Configurable visualizer thread priority
25382cb6 — Fred Sundvik 9 years ago
Fix compute_gradient_color
f0c8e7c4 — Fred Sundvik 9 years ago
Fix a few led test animation issues
6313cfd5 — Fred Sundvik 9 years ago
Fix some makefile issues, and symbol issues
74baa489 — Fred Sundvik 9 years ago
Run mirrored keyframes for led tests as well
Next