mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-26 17:27:47 +01:00
Max7219 intensity change update (#546)
This commit is contained in:
parent
8ac3cfedf5
commit
df37c4b885
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user