Hi all,
I’ve connected my Unicorn hat to my Raspberry Pi Model B with jumperwires, but when i run the test script i keep getting this error:
Gpio 18 is illegal for LED channel 0 Traceback (most recent call last): File "./simple.py", line 5, in <module> import unicornhat as unicorn File "/usr/local/lib/python2.7/dist-packages/unicornhat.py", line 35, in <module> ws2812.begin() File "/usr/local/lib/python2.7/dist-packages/rpi_ws281x/rpi_ws281x.py", line 131, in begin raise RuntimeError('ws2811_init failed with code {0} ({1})'.format(resp, str_resp)) RuntimeError: ws2811_init failed with code -11 (Selected GPIO not possible)
Can someone help me out please?
Thank you,
Michael