Compare commits

..

4 commits

Author SHA1 Message Date
f15419eab9 Make the comparison work 2021-01-03 11:43:18 +01:00
0a28f0b93c Allow color setting 2021-01-03 11:33:41 +01:00
a915977cea types.... yeah... I know about them. 2021-01-03 11:24:45 +01:00
0dae7447a5 single-colour plasma, I hope 2021-01-03 11:19:15 +01:00
2 changed files with 4 additions and 8 deletions

View file

@ -1,7 +1,3 @@
# LEDController # LEDController
Testing out sending e1.31 sACM packets to strings of ws2812b Testing out sending e1.31 sACM packets to strings of ws2812b
Seems to be working nicely.
Used for my streaming setup on https://twitch.tv/iMartynOnTwitch

View file

@ -1,5 +1,5 @@
kind: pipeline kind: pipeline
type: kubernetes type: docker
name: linux-amd64-taggedver name: linux-amd64-taggedver
platform: platform:
@ -39,7 +39,7 @@ trigger:
--- ---
kind: pipeline kind: pipeline
type: kubernetes type: docker
name: linux-amd64-devel-master name: linux-amd64-devel-master
platform: platform:
@ -60,4 +60,4 @@ steps:
trigger: trigger:
ref: ref:
- refs/heads/devel - refs/heads/devel
- refs/heads/master - refs/heads/master