white maybe
All checks were successful
build rgb-board / build (push) Successful in 8m0s

This commit is contained in:
2024-02-16 02:42:22 +00:00
parent 7a02239545
commit fd94207114

View File

@@ -30,4 +30,5 @@ func (a *Animation) loadImage(imgType string, img string) {
a.ctx.Push()
a.ctx.Clear()
a.ctx.SetColor(color.Black)
a.ctx.SetColor(color.White)
}