Skip to content

Commit 287f077

Browse files
committed
vfx: lcd: update peak delay in vu mode
1 parent 7ad9d35 commit 287f077

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main/src/user/vfx.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ static void vfx_task(void *pvParameter)
328328
static int8_t vu_peak_value[24] = {0};
329329
static int8_t vu_peak_delay[24] = {0};
330330
static int8_t vu_drop_delay[24] = {0};
331-
const int8_t vu_peak_delay_init = 12;
331+
const int8_t vu_peak_delay_init = 9;
332332
const int8_t vu_drop_delay_init = 3;
333333

334334
xEventGroupClearBits(user_event_group, VFX_FFT_NULL_BIT);
@@ -661,7 +661,7 @@ static void vfx_task(void *pvParameter)
661661
static int8_t vu_peak_value[24] = {0};
662662
static int8_t vu_peak_delay[24] = {0};
663663
static int8_t vu_drop_delay[24] = {0};
664-
const int8_t vu_peak_delay_init = 12;
664+
const int8_t vu_peak_delay_init = 9;
665665
const int8_t vu_drop_delay_init = 3;
666666

667667
xEventGroupClearBits(user_event_group, VFX_FFT_NULL_BIT);

0 commit comments

Comments
 (0)