You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: components/light/esp32_rmt_led_strip.rst
+1
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,7 @@ Configuration variables
54
54
A time interval used to limit the number of commands a light can handle per second. For example
55
55
16ms will limit the light to a refresh rate of about 60Hz. Defaults to sending commands as quickly as
56
56
changes are made to the lights.
57
+
- **use_psram** (*Optional*, boolean): Set to ``false`` to force internal RAM allocation even if you have the the PSRAM component enabled. This can be useful if you're experiencing issues like flickering with your leds strip. Defaults to ``true``.
57
58
58
59
- All other options from :ref:`Light <config-light>`.
0 commit comments