| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | start tint at 0 instead of 128 on lights with toggle instead of ramp | Selene ToyKeeper | 2020-10-16 | 1 | -0/+4 |
| | | |||||
| * | reduced ROM another 12+6 bytes with more non-volatile vars | Selene ToyKeeper | 2020-07-30 | 1 | -1/+1 |
| | | | | | | (because they don't need to be volatile any more) | ||||
| * | reduced ROM size 56 bytes by making actual_level non-volatile | Selene ToyKeeper | 2020-07-29 | 1 | -1/+1 |
| | | | | | | (seems unnecessary now; doesn't change in the middle of an event handler any more) | ||||
| * | un-hardcoded 255 as the highest PWM level, and used a "PWM_TOP" value instead | Selene ToyKeeper | 2019-08-06 | 1 | -0/+3 |
| | | | | | | (should make gradual adjustments work better on devices with more than 8 bits of PWM resolution) | ||||
| * | fixed weird ramp behavior on D1S v2 (by trusting the compiler more) | Selene ToyKeeper | 2019-08-05 | 1 | -1/+4 |
| | | |||||
| * | fsm-ramping: made it possible to change bit depth of PWM values (8-bit or ↵ | Selene ToyKeeper | 2019-07-30 | 1 | -23/+35 |
| | | | | | 16-bit) | ||||
| * | added tint ramping power correction for middle tints | Selene ToyKeeper | 2019-05-14 | 1 | -0/+1 |
| | | | | | | (it actually needs a surprisingly large correction factor) | ||||
| * | configured lantern stepped ramp and button LED mode, set default tint to 128 ↵ | Selene ToyKeeper | 2018-12-19 | 1 | -1/+1 |
| | | | | | (balanced) | ||||
| * | Added tint ramping. Not tested yet. Also added BLF Lantern build target. | Selene ToyKeeper | 2018-09-13 | 1 | -0/+4 |
| | | |||||
| * | Made high levels regulate down even faster. Added missing save_config() at ↵ | Selene ToyKeeper | 2018-06-27 | 1 | -8/+8 |
| | | | | | | | | the end of, um, config modes. Fixed ramp table indentation. | ||||
| * | Move driver-specific ramp tables into the driver's config file. | Selene ToyKeeper | 2018-06-27 | 1 | -25/+17 |
| | | | | | | Added a method to allow driver configs to override default ramp tables. | ||||
| * | Added BLF GT 150-level ramp. Is a bit of a mess though. | Selene ToyKeeper | 2018-05-01 | 1 | -11/+26 |
| | | |||||
| * | Working toward a FW3A release now. Made strobes use Nx7135 (when available) ↵ | Selene ToyKeeper | 2017-12-11 | 1 | -1/+5 |
| | | | | | | | | instead of FET. Added some ideas. Simplified some syntax. | ||||
| * | Added dynamic underclocking to FSM, instead of doing it manually in Anduril. | Selene ToyKeeper | 2017-09-26 | 1 | -0/+2 |
| | | |||||
| * | Cut moon power from ~4mA to ~2.5mA by running clock at half speed on very ↵ | Selene ToyKeeper | 2017-09-24 | 1 | -1/+1 |
| | | | | | | | | | | low modes. Adjusted default FET+1 ramp to compensate for speed bump. Added define(s) for whether to blink at ramp floor/ceiling/channel edges. Lowered default moon level to 1, since slower speed makes it brighter and more stable. | ||||
| * | Added FW3A driver support to FSM and Anduril. | Selene ToyKeeper | 2017-09-22 | 1 | -6/+6 |
| | | | | | | | Made lightning storm mode look a bit more like real lightning. Minor refactoring on how single-option config modes save state. | ||||
| * | Made thermal regulation adjust smoothly (1 PWM step at a time) to make ↵ | Selene ToyKeeper | 2017-09-09 | 1 | -0/+7 |
| | | | | | | | | | | | | adjustments less noticeable. Added set_level_gradually() and gradual_tick() to ramping lib. Not terribly happy with it yet, but it at least works in practice. Added extra thermal regulation checks because I was running into stupid behavior in edge cases. Increased lowest thermal stepdown level to MAX_LEVEL/3 because it was going down way too low before. (is still pretty low, but not quite as bad) | ||||
| * | Adjusted default 2-channel 150-step ramp to start at 1/255. | Selene ToyKeeper | 2017-08-27 | 1 | -1/+6 |
| | | | | | | (this makes the newly-configurable moon mode able to work on pretty much any hardware) | ||||
| * | Added a ramping UI example. | Selene ToyKeeper | 2017-08-24 | 1 | -6/+79 |
| | | | | | | Added ramping support in general. | ||||
| * | Renamed from RoundTable to SpaghettiMonster (FSM). | Selene ToyKeeper | 2017-08-19 | 1 | -0/+26 |
