| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
| |
moved some common options to a shared config file
|
| | |
|
| |
|
|
|
| |
added RGB aux channel modes to models which didn't have it
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
(oops, forgot to do this earlier)
(files are dated 2023-05-30)
|
| |
|
|
|
|
|
|
| |
(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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
because J.K. Rowling is the figurehead of a hate group
and I don't want to condone that in any way.
I liked a 2-word phrase she wrote once, "mischief managed", but that was
decades ago... and now she is the face of a transphobic movement known as
TERFs. She turned out to be a pretty terrible person who uses her massive
wealth and influence to spread hate and oppress people.
To be clear:
Trans rights are human rights.
... and anyone who has a problem with that has no place in this project.
Patch suggested by SiteRelEnby, and TBH it's embarrassing that I didn't remove
the phrase sooner. It seemed fun and innocent in 2017 when this project
started, but ... things changed.
https://github.com/SiteRelEnby/anduril2/commit/a1cee423b4e0e16909a90d5c3e6a7b70df30d755
|
| |
|
|
|
|
| |
(patch contributed by SiteRelEnby)
https://github.com/SiteRelEnby/anduril2/commit/558778e22f7c7a438dcf43e35e784c7e5be049c7
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
(BLINK_ONCE_TIME)
|
| |
|
|
|
| |
where the punctuation makes a "buzz" instead of number blinks
|
| | |
|
| | |
|
| |
|
|
| |
down
|
| |
|
|
|
| |
(thermal calibration needs a signed integer, not unsigned)
|
| | |
|
| |
|
|
|
|
|
|
| |
before,
and skip the voltage display after UI actions which didn't change the mode
(like "Off -> 7C" to change aux LED settings)
|
| |
|
|
|
| |
(and a placeholder for the upcoming Noctigon M44)
|
| | |
|
| |
|
|
|
| |
for real-time voltage color display, instead of always using high mode
|
| | |
|
| |
|
|
|
|
| |
... and gave it a smoother ramp
... and the other new functions added recently
|
| |
|
|
|
| |
and set aux "white" as the mode it uses to blink out numbers
|
| |
|
|
|
| |
(1 click per second the display should last)
|
| |
|
|
|
|
|
|
|
| |
battcheck
(the blink function changed the channel, then the config menu saved it,
then the blink function restored it, then the config menu restored it
to the value it saved, which was wrong)
|
| | |
|
| |
|
|
|
|
|
|
|
| |
check, version check)
Press 3C in batt check mode to change the blink channel.
Also fixed TS10 stepped ramp ceiling value.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
also, don't blink at top of linear range
|
| |
|
|
|
|
| |
(also tweaked D4v2 build to match KR4 as much as possible)
(also added Extended Simple UI to Hank's config)
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
and made 3H+ use mem level instead of lowest moon (this is needed for
making the channel discernible, and also helps make aux LED controls
stand out more)
The 3H mapping allows users to change channels without leaving lockout,
which was possible before with 3H to ramp tint, but doesn't work in new
multi-channel code because it uses 3C instead... and 3C is already used.
So the new 3H does sort of what the old 3H did, but in a way which is more
relevant to the new channel system.
|
| | |
|
| |
|
|
|
| |
(also added generic channel modes for RGB aux LEDs)
|
| |
|
|
| |
post-off period
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
(was easy since it just uses the generic Emisar-2ch build
with a couple small overrides)
|
| | |
|
| |
|
|
|
|
|
|
| |
(to show which channel mode is being edited)
also, avoid setting channel mode again if it's not going to change
(this prevents unnecessary flickering)
|
| |
|
|
|
| |
(oops, it has no "ADC Noise Reduction" mode... needs different setup code)
|