Color Change (color wheel) question

If I click 4 times and get into the color wheel menu and rotate to different colors it seems to automatically save the color once selected. Even when turn off and even when I remove the battery it holds the same color. Is there a way it can go back to the original color when I turn off the saber?

1 Like

These look like defines that allow you to save. I don’t have these defines and they automatically save when I change color. I would rather it NOT save the color change.

If you don’t have any of these defines, then it shouldn’t save.
(Unless your prop is forcing it somehow, what prop are you using?)

#ifdef CONFIG_TOP
#include "proffieboard_v3_config.h"
#define NUM_BLADES 2
#define NUM_BUTTONS 1
const unsigned int maxLedsPerStrip = 144;
#define EXTRA_COLOR_BUFFER_SPACE 60
#define VOLUME 1000
#define CLASH_THRESHOLD_G 2
#define ENABLE_AUDIO
#define ENABLE_MOTION
#define ENABLE_WS2811
#define ENABLE_SD
#define MOTION_TIMEOUT 60 * 3 * 1000
#define IDLE_OFF_TIME 60 * 3 * 1000
#define DISABLE_BASIC_PARSER_STYLES
#define DISABLE_DIAGNOSTIC_COMMANDS
#define ENABLE_ALL_EDIT_OPTIONS
#define NO_REPEAT_RANDOM
#define COLOR_CHANGE_DIRECT
#define FETT263_SPECIAL_ABILITIES
#define FETT263_SAY_COLOR_LIST_CC
#define FETT263_SAY_BATTERY_PERCENT
#define FETT263_DISABLE_CHANGE_FONT
#define FETT263_DISABLE_CHANGE_STYLE
#define FETT263_DISABLE_COPY_PRESET
#define FETT263_DISABLE_QUOTE_PLAYER
#define FETT263_LOCKUP_DELAY 200
#define FETT263_BM_CLASH_DETECT 6
#define FETT263_TWIST_OFF
#define FETT263_FORCE_PUSH_ALWAYS_ON
#define FETT263_FORCE_PUSH_LENGTH 5
#endif

#ifdef CONFIG_PROP
#include "../props/saber_fett263_buttons.h"
#endif

This enables Color Change saving BUT it will also depend on the style itself. If you’re using an OS6 or OS7 style, Color Change mode is using Color Editing (ARG) values, so these changes are ALWAYS saved to the preset, there currently is no way to disable as these are ARG values being saved to presets.ini.

If you want a “temporary” change I’d recommend setting up a Multi-Phase blade in the Blade Builder on the library, Multi-Phase styles are “temporary” color/style changes that will revert when the preset is changed.

OK, got it. I was just messing around with the color wheel and couldn’t get it back to the exact blue I had it on. I enabled say color list CC so now I know what blue to get back to. I can alway re-upload the config as well.