aboutsummaryrefslogtreecommitdiff
path: root/spaghetti-monster/anduril/ramp-mode.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* reorganized project files (part 1)Selene ToyKeeper2023-11-021-741/+0
* fixed bug: smooth ramp from turbo down to ceiling caused flickeringSelene ToyKeeper2023-10-231-7/+19
* smooth steps: fixed a few corner casesSelene ToyKeeper2023-10-061-1/+5
* fixed soft start animation when using smooth ramp on turboSelene ToyKeeper2023-09-081-1/+2
* added "smooth steps" a.k.a. "soft start", to make brightness steps smootherSelene ToyKeeper2023-08-261-10/+34
* added channel mode per strobe mode, and made FSM channel mode more flexible,Selene ToyKeeper2023-08-241-4/+8
* Removed references to Harry Potter,Selene ToyKeeper2023-06-291-22/+22
* added stepped tint rampingSelene ToyKeeper2023-04-191-6/+2
* made "Ramp 3H" do momentary turbo if current channel mode has no argsSelene ToyKeeper2023-04-171-4/+23
* reduced ROM by ~600 bytes by moving all eeprom config values to a "cfg" structSelene ToyKeeper2023-04-161-38/+39
* adapted smooth-sunset patch from SammysHPSelene ToyKeeper2023-04-151-27/+22
* refactor progress checkpoint ... got Sofirn LT1S Pro and Emisar D4v2 workingSelene ToyKeeper2023-04-131-9/+46
* merged anduril2 branch for upstream changesSelene ToyKeeper2021-12-161-0/+5
|\
| * fixed Ramp 3H with Anduril 2 style turboSelene ToyKeeper2021-12-081-0/+5
* | merged recent anduril2 branch updatesSelene ToyKeeper2021-11-061-2/+9
|\|
| * reset tint while changing tint ramp styleSelene ToyKeeper2021-11-031-1/+5
| * added runtime config to choose tint-ramping or tint-toggleSelene ToyKeeper2021-11-031-2/+5
* | Merge TK changes thru rev 623 (2021-09-17)Gabriel Hart2021-09-191-39/+110
|\|
| * reduced length of auto-reverse timing window from ~1000 ms to ~660ms, because...Selene ToyKeeper2021-08-311-1/+1
| * made 2C ceiling/turbo behavior configurable in Simple UISelene ToyKeeper2021-08-311-38/+55
| * added third 2C style: 0 = no turbo (but it's still available as momentary)Selene ToyKeeper2021-08-311-2/+6
| * added runtime option to choose Anduril 1 or Anduril 2 double-click turbo styleSelene ToyKeeper2021-08-311-8/+24
| * added runtime option to select whether to ramp up after hold-from-off (defaul...Selene ToyKeeper2021-08-311-9/+21
| * added runtime config option for smooth ramp speedSelene ToyKeeper2021-08-311-2/+24
* | Merge TK's changes thru her rev 618 including autolock in Simple UI and jump ...Gabriel Hart2021-08-291-0/+18
|\|
| * moved jump start into FSM so it'll be more universal and the app won't need s...Selene ToyKeeper2021-08-231-8/+2
| * made jump start level configurable at runtime, and made it activate in more p...Selene ToyKeeper2021-08-231-0/+24
* | Merge updates from TKs main branchGabriel Hart2021-08-121-0/+3
|\|
| * document the actual maximum for manual memory timer (~140 minutes, not 255)Selene ToyKeeper2021-08-121-0/+3
* | Updating from TKs recent change (fix for compile without USE_SIMPLE_UI)Gabriel Hart2021-06-061-1/+9
|\|
| * added missing ifdefs for compiling without USE_SIMPLE_UISelene ToyKeeper2021-05-231-1/+9
* | Add config option to allow 3C smooth/stepped selection in Simple UI, add that...Gabriel Hart2021-05-151-1/+9
|/
* made manual memory remember tint too, not just brightnessSelene ToyKeeper2021-05-071-0/+3
* added ramp 3H -> momentary turboSelene ToyKeeper2020-10-161-0/+14
* documentation improvements:Selene ToyKeeper2020-09-241-2/+4
* fixed bug: zero clicks in ceiling config set ceiling to nonsense valueSelene ToyKeeper2020-09-241-3/+3
* changed menu style and moved menus from "click" events to "hold" eventsSelene ToyKeeper2020-09-241-26/+23
* clearer comments about "Ramp 2C" behaviors with each build optionSelene ToyKeeper2020-09-181-6/+7
* added USE_2C_MAX_TURBO option from Tom ESelene ToyKeeper2020-09-181-4/+12
* added hybrid memory option (a.k.a. manual memory timer)Selene ToyKeeper2020-09-151-1/+26
* fixed bug: ramp 2H at floor went up instead of staying at floorSelene ToyKeeper2020-09-141-3/+3
* removed unnecessary blink_once calls, made blink_once a bit less brightSelene ToyKeeper2020-08-311-1/+0
* changed "Off 2H" to "ceil or turbo, based on simple UI active", andSelene ToyKeeper2020-08-241-5/+9
* shuffled functions around to make 4C lockout and 3C battcheck againSelene ToyKeeper2020-08-181-17/+30
* many button remappings:Selene ToyKeeper2020-08-061-2/+10
* added support for 1-step ramps in stepped ramp modeSelene ToyKeeper2020-08-051-4/+11
* made a couple actions use blink_once() instead of blip(), for better consistencySelene ToyKeeper2020-08-051-2/+2
* reduced rom 34 bytes by merging ramp-up code with ramp-down codeSelene ToyKeeper2020-08-051-74/+10
* made simple UI's ramp configurable, and fixed bug where it wouldn't remember ...Selene ToyKeeper2020-07-311-5/+10
* fixed bug: ramp mode acted strange if ramp level was changed after turning on...Selene ToyKeeper2020-07-301-0/+13