diff options
| author | Selene ToyKeeper | 2019-12-03 16:55:23 -0700 |
|---|---|---|
| committer | Selene ToyKeeper | 2019-12-03 16:55:23 -0700 |
| commit | fa36403947842c23383b71e8d85b12126a20d6d6 (patch) | |
| tree | ad178ea219cc593ad416eae1f8d8a9e9fb7c62e5 | |
| parent | adjusted BLF Lantern (Sofirn LT1) tint ramping power correction factor to mat... (diff) | |
| download | anduril-fa36403947842c23383b71e8d85b12126a20d6d6.tar.gz anduril-fa36403947842c23383b71e8d85b12126a20d6d6.tar.bz2 anduril-fa36403947842c23383b71e8d85b12126a20d6d6.zip | |
adjusted lantern tint ramping power correction again, based on measurements of the previous attempt
| -rw-r--r-- | spaghetti-monster/anduril/cfg-blf-lantern.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spaghetti-monster/anduril/cfg-blf-lantern.h b/spaghetti-monster/anduril/cfg-blf-lantern.h index 35f25f1..e12a453 100644 --- a/spaghetti-monster/anduril/cfg-blf-lantern.h +++ b/spaghetti-monster/anduril/cfg-blf-lantern.h @@ -30,7 +30,7 @@ // how much to increase total brightness at middle tint // (0 = 100% brightness, 64 = 200% brightness) //#define TINT_RAMPING_CORRECTION 26 // prototype, 140% -#define TINT_RAMPING_CORRECTION 6 // production model, 109% +#define TINT_RAMPING_CORRECTION 10 // production model, 115% #ifdef RAMP_LENGTH #undef RAMP_LENGTH |
