aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSelene ToyKeeper2019-11-28 00:12:22 -0700
committerSelene ToyKeeper2019-11-28 00:12:22 -0700
commit9cd6b0c4386e983075606b67dce25ec31f382e30 (patch)
tree12bea4a05c0fc1313f02b6f8cf37ec5c7ce835fa
parentrenamed Emisar D1S V2 -> Noctigon K1 (diff)
downloadanduril-9cd6b0c4386e983075606b67dce25ec31f382e30.tar.gz
anduril-9cd6b0c4386e983075606b67dce25ec31f382e30.tar.bz2
anduril-9cd6b0c4386e983075606b67dce25ec31f382e30.zip
changed voltage colors to better match Noctigon K1
-rw-r--r--spaghetti-monster/anduril/anduril.c8
-rw-r--r--spaghetti-monster/anduril/cfg-noctigon-k1.h2
2 files changed, 5 insertions, 5 deletions
diff --git a/spaghetti-monster/anduril/anduril.c b/spaghetti-monster/anduril/anduril.c
index 580609b..c3a1d8a 100644
--- a/spaghetti-monster/anduril/anduril.c
+++ b/spaghetti-monster/anduril/anduril.c
@@ -2341,10 +2341,10 @@ uint8_t voltage_to_rgb() {
0, 0, // 0, R
33, 1, // 1, R+G
35, 2, // 2, G
- // 0, 3, // 3, G+B // skip; looks too similar to R+G+B
- 38, 4, // 4, B
- 40, 5, // 5, R + B
- 42, 6, // 6, R+G+B
+ 37, 3, // 3, G+B
+ 39, 4, // 4, B
+ 41, 5, // 5, R + B
+ 44, 6, // 6, R+G+B // skip; looks too similar to G+B
255, 6, // 7, R+G+B
};
uint8_t volts = voltage;
diff --git a/spaghetti-monster/anduril/cfg-noctigon-k1.h b/spaghetti-monster/anduril/cfg-noctigon-k1.h
index bf418c7..6a8e8ee 100644
--- a/spaghetti-monster/anduril/cfg-noctigon-k1.h
+++ b/spaghetti-monster/anduril/cfg-noctigon-k1.h
@@ -50,7 +50,7 @@
// the D4 runs very very hot, so be extra careful
//#define THERM_HARD_TURBO_DROP
-// stop panicking at ~70% power or ~900 lm
+// stop panicking at ~70% power or ~600 lm
#define THERM_FASTER_LEVEL 130
// respond to thermal changes faster
#define THERMAL_WARNING_SECONDS 3