can't find what's causing the fill
All checks were successful
build rgb-board / build (push) Successful in 2m5s

This commit is contained in:
2024-02-16 04:27:14 +00:00
parent 2ac3a92b7a
commit 0f4addd5db
2 changed files with 2 additions and 1 deletions

View File

@@ -51,7 +51,6 @@ func (a *Animation) Next() (image.Image, <-chan time.Time, error) {
default:
a.animateMario()
}
//a.ctx.SetColor(color.White)
select {
case msg := <-a.mqmsg:
json.Unmarshal([]byte(string(msg.Payload())), &incoming)