@@ -128,7 +128,7 @@ static void vfx_task(void *pvParameter)
128
128
fft_config_t * fft = NULL ;
129
129
float fft_amp [64 ] = {0 };
130
130
int16_t fft_out [64 ] = {0 };
131
- const uint16_t flush_period = 16 ;
131
+ const uint16_t flush_period = 20 ;
132
132
133
133
xEventGroupClearBits (user_event_group , VFX_FFT_NULL_BIT );
134
134
@@ -232,7 +232,7 @@ static void vfx_task(void *pvParameter)
232
232
fft_config_t * fft = NULL ;
233
233
float fft_amp [64 ] = {0 };
234
234
int16_t fft_out [64 ] = {0 };
235
- const uint16_t flush_period = 16 ;
235
+ const uint16_t flush_period = 20 ;
236
236
237
237
xEventGroupClearBits (user_event_group , VFX_FFT_NULL_BIT );
238
238
@@ -352,7 +352,7 @@ static void vfx_task(void *pvParameter)
352
352
static uint8_t vu_drop_delay [24 ] = {0 };
353
353
const uint8_t vu_peak_delay_init = 9 ;
354
354
const uint8_t vu_drop_delay_init = 3 ;
355
- const uint16_t flush_period = 16 ;
355
+ const uint16_t flush_period = 20 ;
356
356
357
357
xEventGroupClearBits (user_event_group , VFX_FFT_NULL_BIT );
358
358
@@ -466,7 +466,7 @@ static void vfx_task(void *pvParameter)
466
466
float fft_amp [64 ] = {0 };
467
467
int16_t fft_out [64 ] = {0 };
468
468
uint16_t center_y = vfx_disp_height % 2 ? vfx_disp_height / 2 : vfx_disp_height / 2 - 1 ;
469
- const uint16_t flush_period = 16 ;
469
+ const uint16_t flush_period = 20 ;
470
470
471
471
xEventGroupClearBits (user_event_group , VFX_FFT_NULL_BIT );
472
472
@@ -574,7 +574,7 @@ static void vfx_task(void *pvParameter)
574
574
float fft_amp [64 ] = {0 };
575
575
int16_t fft_out [64 ] = {0 };
576
576
uint16_t center_y = vfx_disp_height % 2 ? vfx_disp_height / 2 : vfx_disp_height / 2 - 1 ;
577
- const uint16_t flush_period = 16 ;
577
+ const uint16_t flush_period = 20 ;
578
578
579
579
xEventGroupClearBits (user_event_group , VFX_FFT_NULL_BIT );
580
580
@@ -697,7 +697,7 @@ static void vfx_task(void *pvParameter)
697
697
static uint8_t vu_drop_delay [24 ] = {0 };
698
698
const uint8_t vu_peak_delay_init = 9 ;
699
699
const uint8_t vu_drop_delay_init = 3 ;
700
- const uint16_t flush_period = 16 ;
700
+ const uint16_t flush_period = 20 ;
701
701
702
702
xEventGroupClearBits (user_event_group , VFX_FFT_NULL_BIT );
703
703
0 commit comments