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

(feature) report audio source GPIO conflicts in web UI #254

Open
softhack007 opened this issue Nov 28, 2022 · 1 comment
Open

(feature) report audio source GPIO conflicts in web UI #254

softhack007 opened this issue Nov 28, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@softhack007
Copy link
Collaborator

softhack007 commented Nov 28, 2022

Is your feature request related to a problem? Please describe.
It seems that often users do not notice that GPIO from sound settings are already in use. Examples:

  • MCLK = 0 but GPIO 0 already configures as button 0
  • SCK = 15 but GPIO15 alread in use as LED pin
  • WS = 14 but gpio 14 in use for I2C
  • SD=33 but GPIO33 already in use for potentiometer
    Etc etc.

Describe the solution you'd like
I see several possibilities

  • adopt the coloring feature from LED settings page
  • when preparing info page content, check configured pins for pin owner. Show a "red box" in case that some GPIO are already in use.
  • other ideas?

Describe alternatives you've considered
Ther is already a message "not initialized - check GPIO config" but it appears that people do not understand what it means...

Additional context
Luzer support 😉

@softhack007 softhack007 added the enhancement New feature or request label Nov 28, 2022
@netmindz
Copy link

+1 for this. I got caught by the button Vs pin 0

@softhack007 softhack007 changed the title (feature) report sound GPIO conflicts in web UI (feature) report audio source GPIO conflicts in web UI Dec 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants