all repos — visor @ 183f59f83d34de8af2173b26d945c714966c0ec7

Unnamed repository; edit this file 'description' to name the repository.

shit is fucked
confusedbread confuseddbread@gmail.com
Thu, 19 Mar 2026 23:24:04 +0100
commit

183f59f83d34de8af2173b26d945c714966c0ec7

parent

b5930655b1a93d4662246e8087198f0ce0330e9a

1 files changed, 5 insertions(+), 2 deletions(-)

jump to
M main.gomain.go

@@ -9,6 +9,10 @@ )

const ledCount = 512 +// func unfuckMatrix([]color.RGBA) []color.RGBA { + +// } + func main() { var pin machine.Pin pin = 13

@@ -20,10 +24,9 @@ leds := make([]color.RGBA, ledCount)

for i := range leds { leds[i] = color.RGBA{ R: 0, - G: 10, + G: 2, B: 0, } } - device.WriteColors(leds) }