From f06d1035a45a156a7795c636e4d15a39c5a1ad50 Mon Sep 17 00:00:00 2001 From: Irvin Makosa Date: Tue, 1 Aug 2023 22:59:03 +0100 Subject: [PATCH] Modified gu readme --- micropython/examples/galactic_unicorn/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/micropython/examples/galactic_unicorn/README.md b/micropython/examples/galactic_unicorn/README.md index 25149f08..0d5594e6 100644 --- a/micropython/examples/galactic_unicorn/README.md +++ b/micropython/examples/galactic_unicorn/README.md @@ -88,6 +88,14 @@ A pretty, procedural fire effect. Switch between landscape fire and vertical fir A 70s-tastic, procedural rainbow lava lamp. You can adjust the brightness with LUX + and -. +### Light Sensor + +[light_sensor.py](light_sensor.py) + +Reads data from the on board light sensor and displays the brightness level of the environment. The display is by default set to auto brightness i.e reacts to the brightness of the environment. +- Button A turns auto brightness off +- Button B turns auto brightness on + ### Nostalgia Prompt [nostalgia_prompt.py](nostalgia_prompt.py)