t1m0thyj / AssistantPi

Unofficial installer for Google Assistant on Raspbian
36 stars 7 forks source link

Change/Remove GPIO status indicator LED #13

Open Elijah067 opened 5 years ago

Elijah067 commented 5 years ago

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?

t1m0thyj commented 5 years ago

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.