mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 15:58:36 -07:00
VGM: Add rainbow option to settings menu
This commit is contained in:
@@ -14,6 +14,7 @@ void momentum_app_scene_misc_vgm_var_item_list_callback(void* context, uint32_t
|
|||||||
const char* const colors_names[VgmColorModeCount] = {
|
const char* const colors_names[VgmColorModeCount] = {
|
||||||
"Default",
|
"Default",
|
||||||
"Custom",
|
"Custom",
|
||||||
|
"Rainbow",
|
||||||
"RGB Backlight",
|
"RGB Backlight",
|
||||||
};
|
};
|
||||||
static void momentum_app_scene_misc_vgm_colors_changed(VariableItem* item) {
|
static void momentum_app_scene_misc_vgm_colors_changed(VariableItem* item) {
|
||||||
|
|||||||
@@ -47,6 +47,7 @@ typedef enum {
|
|||||||
typedef enum {
|
typedef enum {
|
||||||
VgmColorModeDefault,
|
VgmColorModeDefault,
|
||||||
VgmColorModeCustom,
|
VgmColorModeCustom,
|
||||||
|
VgmColorModeRainbow,
|
||||||
VgmColorModeRgbBacklight,
|
VgmColorModeRgbBacklight,
|
||||||
VgmColorModeCount,
|
VgmColorModeCount,
|
||||||
} VgmColorMode;
|
} VgmColorMode;
|
||||||
|
|||||||
Reference in New Issue
Block a user