mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-06-07 19:01:54 -07:00
More steps for volume setting
This commit is contained in:
@@ -30,15 +30,15 @@ const float backlight_value[BACKLIGHT_COUNT] = {
|
||||
0.55f, 0.60f, 0.65f, 0.70f, 0.75f, 0.80f, 0.85f, 0.90f, 0.95f, 1.00f,
|
||||
};
|
||||
|
||||
#define VOLUME_COUNT 5
|
||||
#define VOLUME_COUNT 21
|
||||
const char* const volume_text[VOLUME_COUNT] = {
|
||||
"0%",
|
||||
"25%",
|
||||
"50%",
|
||||
"75%",
|
||||
"100%",
|
||||
"0%", "5%", "10%", "15%", "20%", "25%", "30%", "35%", "40%", "45%", "50%",
|
||||
"55%", "60%", "65%", "70%", "75%", "80%", "85%", "90%", "95%", "100%",
|
||||
};
|
||||
const float volume_value[VOLUME_COUNT] = {
|
||||
0.00f, 0.05f, 0.10f, 0.15f, 0.20f, 0.25f, 0.30f, 0.35f, 0.40f, 0.45f, 0.50f,
|
||||
0.55f, 0.60f, 0.65f, 0.70f, 0.75f, 0.80f, 0.85f, 0.90f, 0.95f, 1.00f,
|
||||
};
|
||||
const float volume_value[VOLUME_COUNT] = {0.0f, 0.25f, 0.5f, 0.75f, 1.0f};
|
||||
|
||||
#define DELAY_COUNT 11
|
||||
const char* const delay_text[DELAY_COUNT] = {
|
||||
|
||||
Reference in New Issue
Block a user