aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fixed bug: globals menu missed a step when tint ramping wasn't compiled inSelene ToyKeeper2023-10-051-2/+4
|
* added thefreeman-boost-fwaa build, and made aux RGB voltage work on AA/NiMHSelene ToyKeeper2023-10-046-21/+342
|
* new light / driver: HDR boost driver by thefreemanSelene ToyKeeper2023-10-033-0/+386
| | | | | (works well in a FW3A host)
* raised default temperature limit to 50C on attiny1616 and newer MCUs,Selene ToyKeeper2023-10-032-3/+8
| | | | | slightly simplified gradual_tick()
* fixed builds for ff-e01, ff-pl47*Selene ToyKeeper2023-10-013-0/+9
| | | | | | + added smooth steps - removed SOS mode
* sofirn-lt1s-pro: allow configuring the blink channelSelene ToyKeeper2023-09-222-1/+3
| | | | | emisar-d4k-3ch: removed redundant #define
* converted noctigon-m44 build, and greatly reduced flickerSelene ToyKeeper2023-09-173-49/+51
| | | | | with a new ramp and some new hwdef algorithms
* fixed builds which weren't using set_level_zero() yet...Selene ToyKeeper2023-09-1715-317/+101
| | | | | | | | | | | | | | | | | | - emisar-d4 - emisar-d4v2 - emisar-d4v2-nofet - emisar-d4sv2 - emisar-2ch - emisar-2ch-fet - noctigon-dm11-boost - noctigon-k1 - noctigon-kr4 - noctigon-kr4-nofet - sofirn-lt1s-pro ... and removed old build targets for d4sv2-tintramp, because it was replaced by emisar-2ch a while ago.
* fixed bug: smooth steps could sometimes turn off entirelySelene ToyKeeper2023-09-171-0/+1
| | | | | | | | when bottom step was too low (stepped ramp floor 1/150 or 2/150), instead of just stepping down (this also seemed to affect 1C from Off, when at stepped ramp floor) (but it didn't affect the smooth ramp)
* fixed soft start animation when using smooth ramp on turboSelene ToyKeeper2023-09-081-1/+2
| | | | | (it would jump up the last few levels before, instead of being smooth)
* renamed wurkkos-ts10-rgb to wurkkos-ts10-rgbauxSelene ToyKeeper2023-08-293-9/+14
| | | | | | | | (for consistency, and in case they ever make a full RGB version) (also, raised the post-off voltage brightness threshold, because these aux LEDs are pretty bright) (and updated the TS10 hwdef to the current API)
* made smooth steps look more natural (especially when turning off)Selene ToyKeeper2023-08-281-12/+13
| | | | | by using different curves for ramp-up and ramp-down
* added "smooth steps" a.k.a. "soft start", to make brightness steps smootherSelene ToyKeeper2023-08-2610-16/+184
| | | | | (also made ramp extras config menu count its own steps)
* made bike strobe ontime configurable per build,Selene ToyKeeper2023-08-262-1/+6
| | | | | | and made it longer on emisar-d4k-3ch because some channels don't flash fast enough
* updated wurkkos-ts25 to use set_level_zero()Selene ToyKeeper2023-08-261-8/+9
| | | | | (mostly as a quick test, will do the rest of the builds later)
* emisar-d4k-3ch auto-tint mode: fixed issue with LEDs turning off at moon,Selene ToyKeeper2023-08-251-5/+12
| | | | | | | | | | and changed algorithm to two simple crossfades instead of one funky and probably incorrect crossfade with an extra triangle in the middle (but it may be best to convert to sine-shaped crossfades instead of linear) (I can't really test this one very will since I don't have D4K hardware with red+warm+cool LEDs, so I'm guessing based on my unbalanced RGB model with the LEDs in the wrong order)
* fixed bug: post-off voltage used low brightness sometimes even when regular ↵Selene ToyKeeper2023-08-251-2/+2
| | | | aux setting was high
* started splitting set_level(0) into its own set_level_zero(), andSelene ToyKeeper2023-08-255-106/+64
| | | | | | | | | | | made USE_AUX_RGB_LEDS_WHILE_ON work more like the old indicator LEDs, where it gets set automatically with set_level() Using set_level_zero() reduces space used by channel modes, and simplifies code for each mode's set_level_*() functions. I measured about 220 bytes less in the emisar-d4k-3ch build this way, while also reducing the chance of bugs.
* made custom 3H handler system work, added circular HSV ramping,Selene ToyKeeper2023-08-255-17/+88
| | | | | | fixed some minor issues with LEDs not getting turned off in corner cases (strobe on channel 1 -> strobe on channel 2, 1 might not get turned off)
* added emisar-d4k-3ch buildSelene ToyKeeper2023-08-243-0/+757
|
* added channel mode per strobe mode, and made FSM channel mode more flexible,Selene ToyKeeper2023-08-2418-76/+114
| | | | | and fixed issue in tactical mode where strobes wouldn't stop on button release
* fixed issue where tactical mode overrode strobe group memorySelene ToyKeeper2023-08-243-5/+8
|
* newer TS10 ramp, more low modes (max 7135 at ramp 90/150 like SammysHP's ramp)Selene ToyKeeper2023-08-192-29/+68
|
* new TS10 ramp, smoother low levels than beforeSelene ToyKeeper2023-08-192-8/+8
|
* added Wurkkos TS10 w/ RGB aux (unfinished, still needs tweaks)Selene ToyKeeper2023-08-151-0/+39
|
* recalculated k9.3-219 ramp to match main k9.3 buildSelene ToyKeeper2023-08-071-1/+1
|
* calculated new ramps for noctigon-k9.3 and emisar-2ch-fet builds,Selene ToyKeeper2023-08-072-32/+32
| | | | | with the regulated-to-direct-drive boundary at a more appropriate spot
* fixed accidental reversal of two deprecated k9.3-tintramp model numbersSelene ToyKeeper2023-08-033-6/+6
|
* converted all K9.3 builds and D4Sv2-tintramp-fet (now emisar-2ch-fet)Selene ToyKeeper2023-08-0315-647/+656
| | | | | | to multi-channel, and removed old K9.3 builds which aren't relevant any more, and old D4Sv2-tintramp builds
* converted BLF GT to multi-channelSelene ToyKeeper2023-07-234-72/+123
|
* converted noctigon-dm11-* builds to multi-channelSelene ToyKeeper2023-07-2210-366/+187
| | | | | | | (but I could only test dm11-boost on actual hardware) (also, it looks like dm11-sbt90 is almost identical to the base kr4 build, so I removed its hwdef)
* converted noctigon-k1 to multi-channelSelene ToyKeeper2023-07-214-57/+175
|
* fixed default channel mode after using factory reset with colorsSelene ToyKeeper2023-07-211-5/+5
|
* forgot this file in previous commitSelene ToyKeeper2023-07-211-0/+2
|
* converted emisar-d4v2-nofet to multi-channel, andSelene ToyKeeper2023-07-212-15/+71
| | | | | gave it a new ramp with dynamic PWM
* kludgy attempt to factor PWM rise/fall time into level_calc.pySelene ToyKeeper2023-07-211-7/+38
| | | | | (to reduce the ramp bumps at halfspeed / quarterspeed levels)
* fixed ff-e01, ff-pl47, ff-pl47g2 (using new refactor)Selene ToyKeeper2023-07-204-27/+63
|
* fixed original D4S (using new refactor)Selene ToyKeeper2023-07-202-8/+5
|
* fixed D4Sv2 (using new refactor)Selene ToyKeeper2023-07-203-26/+26
|
* converted Emisar D4 and BLF Q8 to multi-channel,Selene ToyKeeper2023-07-1810-98/+248
| | | | | | | and enabled previously-removed tactical mode on the Q8 since there seems to be enough space now (also lowercased their hwdef files)
* lowercase'd sofirn-lt1s-pro filesSelene ToyKeeper2023-07-183-2/+2
|
* fixed LT1S Pro (using new refactor)Selene ToyKeeper2023-07-172-37/+53
|
* @wurkkos-*: raised default temperature limit from 45 C to 50 C,Selene ToyKeeper2023-07-173-30/+29
| | | | | moved some common options to a shared config file
* fixed Wurkkos builds (using new refactor)Selene ToyKeeper2023-07-175-56/+42
|
* fixed d4v2, kr4, m44, emisar-2ch (using new refactor),Selene ToyKeeper2023-07-1611-172/+181
| | | | | added RGB aux channel modes to models which didn't have it
* refactored how channel modes are defined, and converted emisar-2ch buildSelene ToyKeeper2023-07-1010-459/+610
|
* Partially fixed oscillating aux LED voltage colors while asleep.Selene ToyKeeper2023-07-083-12/+21
| | | | | | | | | | | | | | | | | | | | Amplitude is smaller, frequency is slower, but it can still happen sometimes at color boundaries on models with bright aux LEDs on high mode. (because that's not a measurement error, it's actually oscillating voltage) The Wurkkos TS11 in particular tends to bounce when crossing certain color boundaries, because the aux LEDs are bright and change the voltage enough to push it back and forth across the boundary. Also sped up voltage measurement during first few seconds after turning off, to compensate for slowdown caused by the lowpass filter... while slowing down measurements afterward to slow the oscillation. I tried a bunch of different methods, spanning a range of "stable but slow" to "fast but unstable", and kept code clauses for three representative methods. The one enabled by default is the best compromise I found to reduce the issue as much as possible while keeping readings reasonably responsive.
* Fixed spurious voltage warnings in attiny1616 sleep mode. Fixed by SammysHP.Selene ToyKeeper2023-07-081-9/+7
| | | | | | | | https://budgetlightforum.com/t/anduril-2-feature-change-suggestions/218045/467 I was never able to reproduce the issue here, but the fix seems good and others tested it successfully.
* added Noctigon M44 sourcesSelene ToyKeeper2023-07-033-0/+482
| | | | | | (oops, forgot to do this earlier) (files are dated 2023-05-30)
* fixed KR4 thermal regulationSelene ToyKeeper2023-06-291-0/+1
| | | | | | | | (r714 on 2023-05-30 removed one line too many, and the value defaulted to MAX_1x7135, which was way too high) https://budgetlightforum.com/t/emisar-d4k-no-stepdown-with-anduril-2023-05-30-noctigon-kr4-hex/218956