From fcb716baa24a8bfbd2ac2889c890e5fb8fdf913c Mon Sep 17 00:00:00 2001 From: RocketGod <57732082+RocketGod-git@users.noreply.github.com> Date: Wed, 9 Apr 2025 10:15:09 -0700 Subject: [PATCH] Small reduction in boost on bar 10 --- firmware/application/external/gfxeq/ui_gfxeq.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/application/external/gfxeq/ui_gfxeq.cpp b/firmware/application/external/gfxeq/ui_gfxeq.cpp index 6b39f8319..9a903e461 100644 --- a/firmware/application/external/gfxeq/ui_gfxeq.cpp +++ b/firmware/application/external/gfxeq/ui_gfxeq.cpp @@ -124,7 +124,7 @@ void gfxEQView::update_audio_spectrum(const AudioSpectrum& spectrum) { if (bar == 10) treble_boost = 1.7f; else if (bar >= 9) - treble_boost = 1.5f; + treble_boost = 1.3f; else if (bar >= 7) treble_boost = 1.3f;