Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VU meter #142

Open
lototski opened this issue Feb 1, 2025 · 1 comment
Open

VU meter #142

lototski opened this issue Feb 1, 2025 · 1 comment

Comments

@lototski
Copy link

lototski commented Feb 1, 2025

rather strange issue with VU meter behavior noticed recently. It lags behind the played audio by a few seconds. The current configuration
is : WROVER-E, ILI9341 (without touch screen), VS1053B (green board).The latest version of SW. Otherwise no issues whatsoever.
Can you please advise what can be wrong. Myoptions content is:

#define DSP_MODEL DSP_ILI9341
#define I2S_DOUT 255
#define VS1053_CS 27
#define ENC_BTNR 36
#define ENC_BTNL 34
#define ENC_BTNB 39
#define ENC_INTERNALPULLUP false
#define ENC2_BTNR 35
#define ENC2_BTNL 33
#define ENC2_BTNB 32
#define ENC2_INTERNALPULLUP false

@Eugene-777-kz
Copy link

Eugene-777-kz commented Feb 2, 2025

Have problems vith VU on Nextion display. VU meter is not working, but works with ver 9.300
/===========display==============/
#define NEXTION_RX 13
#define NEXTION_TX 14
/===========VS1053=============/
#define I2S_DOUT 255
#define VS1053_CS 27
#define VS1053_RST 33
#define VS1053_DCS 25
#define VS1053_DREQ 26
#endif

Weather not works too (9.300 ok).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants