aboutsummaryrefslogtreecommitdiff
path: root/spaghetti-monster (follow)
Commit message (Collapse)AuthorAgeFilesLines
* converted noctigon-k1-sbt90 to new API and switched to dynamic PWMSelene ToyKeeper2023-10-281-12/+49
| | | | | (but it's not tested on hardware, since I have none)
* converted ff-rot66 to new APISelene ToyKeeper2023-10-283-25/+31
| | | | | | (it's mostly the same as FW3A, but has an aux LED so there's less room for other stuff)
* converted emisar-d18 to new APISelene ToyKeeper2023-10-282-17/+32
| | | | | (it's mostly the same as FW3A)
* switched blf-lt1-t1616 from plain PWM to PWM+DSMSelene ToyKeeper2023-10-281-11/+30
| | | | | (and made DSM interrupt definitions a bit cleaner)
* enabled smooth steps on blf-q8 and sofirn-sp36, instead of tactical modeSelene ToyKeeper2023-10-271-1/+3
|
* converted noctigon-m44 to use PWM+DSM instead of PWM+PFM (dynamic PWM)Selene ToyKeeper2023-10-272-18/+36
| | | | | (this gives better, smoother low modes and reduced flicker)
* converted gchart-fet1-t1616 to new APISelene ToyKeeper2023-10-271-21/+45
| | | | | (is almost identical to a wurkkos-ts10)
* converted blf-q8-t1616 to new API, using wurkkos-ts10 and wurkkos-ts25 as a baseSelene ToyKeeper2023-10-271-20/+40
| | | | | | (since the Q8 driver was the direct predecessor to those Wurkkos drivers, they're almost identical)
* converted noctigon-kr4-boost to new APISelene ToyKeeper2023-10-272-74/+16
| | | | | (it's almost identical to noctigon-dm11-boost)
* fixed blf-q8 build (was 6 bytes too big)Selene ToyKeeper2023-10-261-0/+6
|
* fixed emisar-d1v2 builds (only needed a simple one-liner)Selene ToyKeeper2023-10-263-3/+3
|
* converted Sofirn LT1-t1616 to new API, using SiteRelEnby's branch for referenceSelene ToyKeeper2023-10-263-31/+39
| | | | | | (needs further updates though, to improve ramping, since this version is basically a straight conversion of the old t85 code with 8-bit ramps)
* converted blf-gt-mini to new APISelene ToyKeeper2023-10-261-1/+2
|
* improved blf-lt1 ramp and fixed issue with missed button pressesSelene ToyKeeper2023-10-261-4/+2
| | | | | (it seems t85 doesn't like having timer overflow interrupts enabled in standby?)
* rewrote blf-lantern (blf-lt1) code to use multi-channel and PWM+DSM,Selene ToyKeeper2023-10-256-46/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | which required ... a few pretty significant changes: - no dynamic underclocking (it isn't compatible with DSM yet) - no tint ramping brightness correction (removed to save space) - removed ramp blinks (to save space, and because they're annoying) - removed momentary mode (to save space) - removed SOS mode (to save space) - removed (to save space) some other relatively recent features which weren't present in the original production firmware ... but some other things improved: + added smooth steps + extended Simple UI + added stepped tint ramping + added 13H factory reset, to save wear on threads + lower lows + smoother ramp + much higher tint ramp resolution in low modes I'm not entirely happy with this yet, so it probably needs additional work later in order to adjust the weird ramp shape (these 7135 chips have a weird response curve), add dynamic underclocking, cut down the ROM size if possible, re-add tint ramping brightness correction, etc. Multi-channel stuff in particular added a lot to the size. This is a pretty big change from the previous working build, so some users may want to stick with the last pre-multi-channel version. Non-trivial sacrifices were made to bring in more recent features.
* fixed emisar-d1 + emisar-d1sSelene ToyKeeper2023-10-252-3/+3
|
* fixed bug: smooth ramp from turbo down to ceiling caused flickeringSelene ToyKeeper2023-10-231-7/+19
| | | | | when smooth_steps was enabled
* rewrote emisar-d4k-3ch to use delta-sigma modulation (PWM + DSM),Selene ToyKeeper2023-10-133-28/+30
| | | | | | | | | | | | | | which gives much better resolution, especially for the 8-bit channel. Also... - set_channel_mode() aborts when going from/to the same channel, to avoid unnecessary flicker - hsv2rgb() uses 16-bit R/G/B and V now - changed default channel to All - reduced default channel modes to just A, B, C, and All - smooth ramp floor defaults to 1/150 - raised level when aux LEDs turn on high during use (for better compatibility with red main LEDs)
* misc comments, spacing, documentationSelene ToyKeeper2023-10-123-1/+4
|
* fixed RGB aux colors being off by oneSelene ToyKeeper2023-10-121-1/+1
| | | | | (bug introduced in r772, when adding AA/NiMH RGB voltage support)
* emisar-d4: added smooth steps and tactical mode, reduced ramp bump,Selene ToyKeeper2023-10-101-5/+13
| | | | | removed SOS mode to make room for other stuff
* converted mateminco-mf01-mini build to new APISelene ToyKeeper2023-10-101-18/+20
|
* fix failed builds without USE_RAMP_AFTER_MOON_CONFIGSelene ToyKeeper2023-10-101-1/+3
|
* converted FW3A to new APISelene ToyKeeper2023-10-103-10/+38
| | | | | | | (my FW3A dev host is dead though, so the DD FET channel isn't 100% confirmed to work ... will have to solder together a new dev host at some point)
* converted sofirn-sp10-pro to new APISelene ToyKeeper2023-10-091-32/+30
|
* reduced @wurkoss-ts10 smooth ramp ceiling from 150 to 130Selene ToyKeeper2023-10-092-2/+2
| | | | | (150 was a misunderstanding, and is too high)
* converted old MF01S / MT18S buildSelene ToyKeeper2023-10-091-7/+15
|
* smooth steps: fixed a few corner casesSelene ToyKeeper2023-10-062-17/+29
| | | | | | | | | | | | | | | | - Off -> 1H - Off -> 2H and release - Off -> 2C - Off -> 3C or more - Ramp -> 2C (in smooth ramp mode) ... also reduced ROM size a bit. Now it does smooth animations for 2C turbo, regardless of the current ramp mode. Before, in smooth ramp mode, 2C turbo did a hard step. Hard steps were also eliminated for 1H from Off, momentary turbo from Off, regular turbo from Off, and anything longer than 2C from Off.
* 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-044-18/+151
|
* new light / driver: HDR boost driver by thefreemanSelene ToyKeeper2023-10-031-0/+116
| | | | | (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-171-5/+7
| | | | | with a new ramp and some new hwdef algorithms
* fixed builds which weren't using set_level_zero() yet...Selene ToyKeeper2023-09-174-162/+6
| | | | | | | | | | | | | | | | | | - 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-292-1/+6
| | | | | | | | (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
* 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-254-5/+33
| | | | | | | | | | | 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-253-6/+64
| | | | | | 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-241-0/+106
|
* added channel mode per strobe mode, and made FSM channel mode more flexible,Selene ToyKeeper2023-08-2414-58/+96
| | | | | 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
|