diff options
| author | Selene ToyKeeper | 2023-11-22 05:35:14 -0700 |
|---|---|---|
| committer | Selene ToyKeeper | 2023-11-22 05:35:14 -0700 |
| commit | 5f8453b34550c2b26629d0e3690ff4338a967dea (patch) | |
| tree | e128da2d28d692c3396d4fff686e935e23e80519 /hw/thefreeman | |
| parent | ADC voltage: battcheck 3 digits, fixed t1616, switched back to 8-bit internal... (diff) | |
| download | anduril-5f8453b34550c2b26629d0e3690ff4338a967dea.tar.gz anduril-5f8453b34550c2b26629d0e3690ff4338a967dea.tar.bz2 anduril-5f8453b34550c2b26629d0e3690ff4338a967dea.zip | |
avr32dd20-devkit: make the defaults a bit more dev friendly
(realtime voltage colors, and no simple UI by default)
Diffstat (limited to '')
| -rw-r--r-- | hw/thefreeman/avr32dd20-devkit/anduril.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/hw/thefreeman/avr32dd20-devkit/anduril.h b/hw/thefreeman/avr32dd20-devkit/anduril.h index 97e9e10..ee3765a 100644 --- a/hw/thefreeman/avr32dd20-devkit/anduril.h +++ b/hw/thefreeman/avr32dd20-devkit/anduril.h @@ -87,7 +87,7 @@ // UI -//#define SIMPLE_UI_ACTIVE 0 // advanced UI by default +#define SIMPLE_UI_ACTIVE 0 // advanced UI by default, because it's a dev board // allow Aux Config and Strobe Modes in Simple UI //#define USE_EXTENDED_SIMPLE_UI @@ -104,6 +104,10 @@ // this light has three aux LED channels: R, G, B #define USE_AUX_RGB_LEDS +// turn on the aux LEDs while main LEDs are on +// because this is a dev board and it's useful to see that +#define USE_AUX_RGB_LEDS_WHILE_ON 20 +#define USE_INDICATOR_LED_WHILE_RAMPING // show each channel while it scroll by in the menu #define USE_CONFIG_COLORS |
