Commit Graph
5 Commits
Author SHA1 Message Date
hmax42 b1ad247e11 Merge pull request #1 from evilsocket/master
pull
2019-11-18 17:19:52 +01:00
hmax42 30b1874a0a New defaults for buttonshim 2019-11-11 19:08:12 +01:00
hmax42 b903f636d2 Blinking works now freely 2019-11-11 19:04:56 +01:00
hmax42 92c1b6b005 blinking with static colors 2019-11-10 13:44:35 +01:00
hmax42 eddfdb3ebc Plugin for the Pimoroni Button Shim
this plugin enabled support for the 5 buttons of the shim. the rgb led is not supported yet. an example for config.yml lloks like this

      buttonshim:
        enabled: true
        buttons:
          - "date >> /home/pi/buttonA.txt"
          - "date >> /home/pi/buttonB.txt"
          - "date >> /home/pi/buttonC.txt"
          - "date >> /home/pi/buttonD.txt"
          - "date >> /home/pi/buttonE.txt"
2019-11-10 08:54:04 +01:00