aboutsummaryrefslogtreecommitdiff
path: root/spaghetti-monster/fsm-ramping.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* start tint at 0 instead of 128 on lights with toggle instead of rampSelene ToyKeeper2020-10-161-0/+4
* reduced ROM another 12+6 bytes with more non-volatile varsSelene ToyKeeper2020-07-301-1/+1
* reduced ROM size 56 bytes by making actual_level non-volatileSelene ToyKeeper2020-07-291-1/+1
* un-hardcoded 255 as the highest PWM level, and used a "PWM_TOP" value insteadSelene ToyKeeper2019-08-061-0/+3
* fixed weird ramp behavior on D1S v2 (by trusting the compiler more)Selene ToyKeeper2019-08-051-1/+4
* fsm-ramping: made it possible to change bit depth of PWM values (8-bit or 16-...Selene ToyKeeper2019-07-301-23/+35
* added tint ramping power correction for middle tintsSelene ToyKeeper2019-05-141-0/+1
* configured lantern stepped ramp and button LED mode, set default tint to 128 ...Selene ToyKeeper2018-12-191-1/+1
* Added tint ramping. Not tested yet. Also added BLF Lantern build target.Selene ToyKeeper2018-09-131-0/+4
* Made high levels regulate down even faster. Added missing save_config() at t...Selene ToyKeeper2018-06-271-8/+8
* Move driver-specific ramp tables into the driver's config file.Selene ToyKeeper2018-06-271-25/+17
* Added BLF GT 150-level ramp. Is a bit of a mess though.Selene ToyKeeper2018-05-011-11/+26
* Working toward a FW3A release now. Made strobes use Nx7135 (when available) ...Selene ToyKeeper2017-12-111-1/+5
* Added dynamic underclocking to FSM, instead of doing it manually in Anduril.Selene ToyKeeper2017-09-261-0/+2
* Cut moon power from ~4mA to ~2.5mA by running clock at half speed on very low...Selene ToyKeeper2017-09-241-1/+1
* Added FW3A driver support to FSM and Anduril.Selene ToyKeeper2017-09-221-6/+6
* Made thermal regulation adjust smoothly (1 PWM step at a time) to make adjust...Selene ToyKeeper2017-09-091-0/+7
* Adjusted default 2-channel 150-step ramp to start at 1/255.Selene ToyKeeper2017-08-271-1/+6
* Added a ramping UI example.Selene ToyKeeper2017-08-241-6/+79
* Renamed from RoundTable to SpaghettiMonster (FSM).Selene ToyKeeper2017-08-191-0/+26