From 16f8f0ab055d00a7f69b28444aba0865d8904d7d Mon Sep 17 00:00:00 2001 From: Hel Gibbons Date: Wed, 21 Jun 2023 16:50:21 +0100 Subject: [PATCH] Adjust lava_lamp.py --- micropython/examples/stellar_unicorn/lava_lamp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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():