| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
| |
(instead of a Makefile, which isn't really needed for this project)
|
| | |
|
| |
|
|
|
| |
(still need to update file contents afterward,
but doing it in a separate commit so git can detect renames easier)
|
| |
|
|
| |
(also modified the build scripts to work with the new file structure)
|
| |
|
|
|
| |
(just moved files, didn't change the contents yet,
and nothing will work without updating #includes and build scripts and stuff)
|
| | |
|
| | |
|
| | |
|
| |\ |
|
| | | |
|
| | |
| |
| |
| |
| | |
(only has half a year of history though; needs older stuff added)
|
| | |
| |
| |
| |
| | |
(needs testing on actual hardware, and ideally tweaking to improve performance)
|
| | |
| |
| |
| |
| | |
it was just a little bit imbalanced after recent changes
|
| | |
| |
| |
| |
| |
| |
| | |
but unsure if it works since I it's very uncommon hardware I don't have
(also, there are some obvious things needing fixing, but I'd need hardware
to calibrate it correctly)
|
| | | |
|
| | |
| |
| |
| |
| |
| | |
(but it's not tested; it's the only circuit with its particular design,
and I don't have compatible hardware)
|
| | | |
|
| | |
| |
| |
| |
| | |
(and re-adjusted smooth step timing accordingly)
|
| | | |
|
| | |
| |
| |
| |
| | |
(it's almost identical to noctigon-dm11-boost)
|
| | | |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
delays + smooth steps
Anduril has gradually gotten faster over the years, apparently, so it
needed longer delays to get accurate-ish timing for beacon and other modes.
Adding DSM also changes the timing perceptibly, so I made it possible to
calibrate the delay fudge factor on a per-build basis.
|
| | |
| |
| |
| |
| | |
(its DSM interrupt wasn't working at all, and it needed a few other tweaks)
|
| | |
| |
| |
| |
| | |
(but it's not tested on hardware, since I have none)
|
| | |
| |
| |
| |
| |
| | |
(it's mostly the same as FW3A, but has an aux LED
so there's less room for other stuff)
|
| | |
| |
| |
| |
| | |
(it's mostly the same as FW3A)
|
| | |
| |
| |
| |
| | |
(and made DSM interrupt definitions a bit cleaner)
|
| | | |
|
| | |
| |
| |
| |
| | |
(this gives better, smoother low modes and reduced flicker)
|
| | |
| |
| |
| |
| | |
(is almost identical to a wurkkos-ts10)
|
| | |
| |
| |
| |
| |
| | |
(since the Q8 driver was the direct predecessor to those Wurkkos drivers,
they're almost identical)
|
| | |
| |
| |
| |
| | |
(it's almost identical to noctigon-dm11-boost)
|
| | | |
|
| | | |
|
| | | |
|
| | |
| |
| |
| |
| |
| | |
(needs further updates though, to improve ramping, since this version is
basically a straight conversion of the old t85 code with 8-bit ramps)
|
| | | |
|
| | |
| |
| |
| |
| | |
(it seems t85 doesn't like having timer overflow interrupts enabled in standby?)
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
| | | |
|
| | |
| |
| |
| |
| | |
when smooth_steps was enabled
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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)
|
| | | |
|
| | |
| |
| |
| |
| | |
(bug introduced in r772, when adding AA/NiMH RGB voltage support)
|
| | |
| |
| |
| |
| | |
removed SOS mode to make room for other stuff
|
| | | |
|
| | | |
|
| | |
| |
| |
| |
| |
| |
| | |
(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)
|
| | | |
|