diff --git a/components/display/max7219.rst b/components/display/max7219.rst index 4e74dc551..1010ac1ee 100644 --- a/components/display/max7219.rst +++ b/components/display/max7219.rst @@ -105,10 +105,13 @@ segment of the previous position will be enabled. it.strftime("%H.%M.%S"); // Result for 10:06:42 -> "10.06.42 " + // Change the display intnsity based on another id. + // Value should be from 0-15. + it.set_intensity(id(my_brightness)); + Please see :ref:`display-printf` for a quick introduction into the ``printf`` formatting rules and :ref:`display-strftime` for an introduction into the ``strftime`` time formatting. - .. _display-max7219_characters: All 7-Segment Characters