AssistantPi
AssistantPi copied to clipboard
Change/Remove GPIO status indicator LED
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?
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.