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