diff --git a/boot.py b/boot.py index 1b12046..0325c16 100644 --- a/boot.py +++ b/boot.py @@ -2,8 +2,8 @@ import os, tilda from machine import Neopix n=Neopix() -n.display([0,0]) -n.display([0,0]) +n.display([0,0,0]) +n.display([0,0,0]) print("EMF: boot.py") os.sync()