You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 15, 2022. It is now read-only.
I am using a 3.5 inch LCD display that uses the GPIO pins, i noticed that assistantpi uses GPIO number 25 that is also used by the LCD. Is it possible to remove or change the GPIO number of the status indicator?
The text was updated successfully, but these errors were encountered:
I'm not sure if it's possible to completely remove the status indicator, but the GPIO pin number can be changed in the file ~/AIY-projects-python/src/aiy/voicehat.py. Modifying the number on the line _GPIO_LED = 25 near the top of the file should work to change the pin.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am using a 3.5 inch LCD display that uses the GPIO pins, i noticed that assistantpi uses GPIO number 25 that is also used by the LCD. Is it possible to remove or change the GPIO number of the status indicator?
The text was updated successfully, but these errors were encountered: