To use a backlight LIGHT pin needs to be connected to ground. If connected to GPIO pin it can be controlled from EPSHome. See :doc:`/components/light/monochromatic`.
Configuration variables:
************************
-**reset_pin** (**Required**)(:ref:`Pin Schema <config-pin_schema>`): The RESET pin.
-**cs_pin** (**Required**)(:ref:`Pin Schema <config-pin_schema>`): The CS pin.
-**dc_pin** (**Required**)(:ref:`Pin Schema <config-pin_schema>`): The DC pin.
-**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 ``5s``.
-**pages** (*Optional*, list): Show pages instead of a single lambda. See :ref:`display-pages`.
-**id** (*Optional*, :ref:`config-id`): Manually specify the ID used for code generation.