diff options
| author | Selene ToyKeeper | 2025-07-06 01:44:52 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2025-07-06 01:44:52 -0600 |
| commit | de6318629ceda3be38063238639241e7263c7f36 (patch) | |
| tree | 5ba7d4e4f2f2dcbade9b34b47035e207d65cc882 /docs | |
| parent | lockout mode now only does momentary moon/low on 1st and 2nd presses, (diff) | |
| parent | made new settings apply to all button LEDs on lights bigger than 8K ROM (diff) | |
| download | anduril-de6318629ceda3be38063238639241e7263c7f36.tar.gz anduril-de6318629ceda3be38063238639241e7263c7f36.tar.bz2 anduril-de6318629ceda3be38063238639241e7263c7f36.zip | |
Merge branch 'pr10-SiteRelEnby-rgb-voltage-configurable' into trunk
Added config options to control brightness of button LEDs and post-off
voltage display, based on the ramp level of the main LEDs. Affects all
lights with aux LEDs and more than 8 KiB of ROM.
The new options are in Battcheck -> 7H -> options 3+4, to control the
low and high ramp levels where the button LEDs turn on at low or high
brightness. Set to 0 to disable the button LED during ramping, or 1+ to
set a specific ramp level.
Closes #10: https://github.com/ToyKeeper/anduril/pull/10
* pr10-SiteRelEnby-rgb-voltage-configurable:
made new settings apply to all button LEDs on lights bigger than 8K ROM
Add a feature to make RGB voltage configurable
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/anduril-manual.md | 32 |
1 files changed, 24 insertions, 8 deletions
diff --git a/docs/anduril-manual.md b/docs/anduril-manual.md index cdf0dd1..2b7ea30 100644 --- a/docs/anduril-manual.md +++ b/docs/anduril-manual.md @@ -449,12 +449,24 @@ The voltage config menu has these settings: `12C`: +0.25V `13C`: +0.30V - 2. Post-off voltage display timeout. (only on lights with RGB aux) + 2. Post-off voltage display timeout. (only on lights with RGB aux) This setting determines how many seconds the RGB aux LEDs display the voltage color after the torch goes to sleep. Click once per desired second, or zero times to turn this function off. + 3. Aux low ramp level. Controls behavior of aux button LEDs while the main + LEDs are on. Below this ramp level, button LEDs will not be lit up while + the main LEDs are on. At or above this level, button LEDs light up at the + "low" brightness level. Setting it to 0 keeps the button LEDs off + completely while the main LEDs are on. + Also controls brightness of post-off voltage display. + + 4. Aux high ramp level. At or above this ramp level, button LEDs light up at + the "high" brightness level. Setting it to 0 disables button's high aux + mode while the main LEDs are on. + Also controls brightness of post-off voltage display. + ### Temperature check: Blinks out the current temperature in degrees C. This number should @@ -1065,14 +1077,18 @@ This is a table of all button mappings in Anduril, in one place: | Batt check | Full | `3C` | Next channel mode (for number blinks only) | Batt check | Full | `7H` | Voltage config menu | | | | 1: voltage correction factor -| | | | ... -| | | | 5: -0.10V -| | | | 6: -0.05V -| | | | 7: no correction -| | | | 8: +0.05V -| | | | 9: +0.10V -| | | | ... +| | | | ... 5: -0.10V +| | | | ... 6: -0.05V +| | | | ... 7: no correction +| | | | ... 8: +0.05V +| | | | ... 9: +0.10V | | | | 2: post-off voltage display seconds +| | | | 3: aux low ramp level +| | | | ... 0: disabled +| | | | ... 1+: light up at this ramp level +| | | | 4: aux high ramp level +| | | | ... 0: disabled +| | | | ... 1+: brighter at this ramp level | Mode | UI | Button | Action | :--- | :-- | ------: | :----- |
