diff --git a/micropython/examples/stellar_unicorn/lava_lamp.py b/micropython/examples/stellar_unicorn/lava_lamp.py index de8d4454..c7a1d265 100644 --- a/micropython/examples/stellar_unicorn/lava_lamp.py +++ b/micropython/examples/stellar_unicorn/lava_lamp.py @@ -13,7 +13,7 @@ You can adjust the brightness with LUX + and -. su = StellarUnicorn() graphics = PicoGraphics(DISPLAY) -blob_count = 10 +blob_count = 5 class Blob():