bibliopixel.animation.game module

bibliopixel.animation.game.BaseGameAnim

alias of bibliopixel.animation.game.Game

class bibliopixel.animation.game.Game(layout, inputDev)[source]

Bases: bibliopixel.animation.matrix.Matrix

addKeyFunc(key, func, speed=1, hold=True)[source]
checkSpeed(name)[source]
getSpeed(name)[source]
handleKeys()[source]
setSpeed(name, speed)[source]
step(amt)[source]