Hello!
I’m from Hungary, and we are building a 20x40 led strip board, and I found this great program! Im very happy with it and it works perfectly on a 10x20 board with a rpi3.
But when I’m trying to run games I get this error:
init_() missing 1 required positional argument: ‘inputDev’
The file I try to run:
driver:
typename: PiWS281X
c_order: GRB
layout:
rotation: 90
shape: [20, 10]
animation:
typename: $bpa.game.Snake
controls:
typename: keyboard
It would be nice to have the game running
Thanks!