From a3a58abce130b8fdd12191979ee05edd08cb19b1 Mon Sep 17 00:00:00 2001 From: xs5871 <60395129+xs5871@users.noreply.github.com> Date: Mon, 14 Oct 2024 18:39:19 +0000 Subject: [PATCH] Update layers.md (#1035) --- docs/en/layers.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/en/layers.md b/docs/en/layers.md index a9570ea24..7ed28b14b 100644 --- a/docs/en/layers.md +++ b/docs/en/layers.md @@ -101,6 +101,8 @@ class LayerRGB(RGB): self.set_hsv_fill(43, self.sat_default, self.val_default) # yellow elif layer == 4: self.set_hsv_fill(0, 0, self.val_default) # white + # update the LEDs manually if no animation is active: + self.show() rgb = LayerRGB(pixel_pin=board.GP16, # GPIO pin of the status LED, or background RGB light