diff --git a/animateDoorbell.go b/animateDoorbell.go index afdba6b..8fbf3d0 100644 --- a/animateDoorbell.go +++ b/animateDoorbell.go @@ -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) }