aboutsummaryrefslogtreecommitdiff
path: root/spaghetti-monster/chan-rgbaux.h
diff options
context:
space:
mode:
authorSelene ToyKeeper2023-05-02 08:47:42 -0600
committerSelene ToyKeeper2023-05-02 08:47:42 -0600
commitfbed17d3260d1fca312d655818cc2394654615aa (patch)
tree314a65aca488c6a235f2afeddd19a4b3d8eb22f2 /spaghetti-monster/chan-rgbaux.h
parentmade "post-off voltage display" user-configurable in battcheck 7H menu item 2 (diff)
downloadanduril-fbed17d3260d1fca312d655818cc2394654615aa.tar.gz
anduril-fbed17d3260d1fca312d655818cc2394654615aa.tar.bz2
anduril-fbed17d3260d1fca312d655818cc2394654615aa.zip
D4v2: added the rest of the aux RGB colors as channel modes,
and set aux "white" as the mode it uses to blink out numbers
Diffstat (limited to 'spaghetti-monster/chan-rgbaux.h')
-rw-r--r--spaghetti-monster/chan-rgbaux.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/spaghetti-monster/chan-rgbaux.h b/spaghetti-monster/chan-rgbaux.h
index 5c1c5c3..d19f6ad 100644
--- a/spaghetti-monster/chan-rgbaux.h
+++ b/spaghetti-monster/chan-rgbaux.h
@@ -4,8 +4,12 @@
#pragma once
void set_level_auxred(uint8_t level);
+void set_level_auxyel(uint8_t level);
void set_level_auxgrn(uint8_t level);
+void set_level_auxcyn(uint8_t level);
void set_level_auxblu(uint8_t level);
+void set_level_auxprp(uint8_t level);
+void set_level_auxwht(uint8_t level);
bool gradual_tick_null(uint8_t gt);