aboutsummaryrefslogtreecommitdiff
path: root/spaghetti-monster/ramping-ui.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added loop() to API, executes constantly.Selene ToyKeeper2017-08-241-30/+47
| | | | | | Added nice_delay_ms() to process events while waiting, and abort on state change. Converted ramping-ui strobe to smoothly variable with party and tactical modes.
* Fixed repeating blinks at ends of ramp -- only blinks once now.Selene ToyKeeper2017-08-241-4/+10
|
* Set default brightness to max 7135 level.Selene ToyKeeper2017-08-241-9/+16
| | | | | | Made thermal regulation adjust proportional to how far above/below the target range the light is. Replaced turn-on blinks with single shorter/dimmer blip.
* Made ramping UI able to toggle between smooth and discrete ramping with 4 ↵Selene ToyKeeper2017-08-241-5/+27
| | | | clicks.
* Added a ramping UI example.Selene ToyKeeper2017-08-241-0/+252
Added ramping support in general.