mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-03-01 03:51:36 +01:00
Update waveshare_epaper.rst (#942)
* Update waveshare_epaper.rst added note about never, to prevent display initialization on boot up... * Update components/display/waveshare_epaper.rst Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
This commit is contained in:
parent
46fc00ad20
commit
3d0a709c6d
@ -96,7 +96,7 @@ Configuration variables:
|
||||
all other models.
|
||||
- **lambda** (*Optional*, :ref:`lambda <config-lambda>`): The lambda to use for rendering the content on the display.
|
||||
See :ref:`display-engine` for more information.
|
||||
- **update_interval** (*Optional*, :ref:`config-time`): The interval to re-draw the screen. Defaults to ``10s``.
|
||||
- **update_interval** (*Optional*, :ref:`config-time`): The interval to re-draw the screen. Defaults to ``10s``, use ``never`` to only manually update the screen via ``component.update``.
|
||||
- **pages** (*Optional*, list): Show pages instead of a single lambda. See :ref:`display-pages`.
|
||||
- **spi_id** (*Optional*, :ref:`config-id`): Manually specify the ID of the :ref:`SPI Component <spi>` if you want
|
||||
to use multiple SPI buses.
|
||||
|
Loading…
Reference in New Issue
Block a user