@irweazel wrote:
Hi
i have a pantilt hat, which is working fine but i am struggling to get the LED up and running with it.
So i am not sure if i have done something wrong connectivity wise or its just python script.I am running this on a Pi zero W, the pantilt library is 0.0.4
have been using the following from a python prompt
pantilthat.light_mode(1)
pantilthat.set_all(xxx, xxx, xxx)if i do
pantilthat.set_all(255, 255, 255)
pantilthat.show()
i get 8 red LED’s onif i do
pantilthat.set_all(0, 0, 0)
pantilthat.show()
i get two green leds on (first two on the strip)any help much appreciated
thanks
Posts: 1
Participants: 1