From 48c513485653b016b11b1a7313e6307a4385e1f1 Mon Sep 17 00:00:00 2001 From: mystster Date: Fri, 31 Jan 2025 14:52:30 +0000 Subject: [PATCH] waveshare_epaper: Update documentation to include gdew029t5 model in partial update option --- components/display/waveshare_epaper.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/display/waveshare_epaper.rst b/components/display/waveshare_epaper.rst index 9239162ebf..6ccce35eb2 100644 --- a/components/display/waveshare_epaper.rst +++ b/components/display/waveshare_epaper.rst @@ -132,7 +132,7 @@ Configuration variables: - **full_update_every** (*Optional*, int): E-Paper displays have two modes of switching to the next image: A partial update that only changes the pixels that have changed and a full update mode that first clears the entire display and then re-draws the image. The former is much quicker and nicer, but every so often a full update needs to happen - because artifacts accumulate. On the ``1.54in``, ``1.54inv2``, ``2.13in``, ``2.13inv2``, ``2.90in`` and ``2.90inv2`` models, you have the option to only + because artifacts accumulate. On the ``1.54in``, ``1.54inv2``, ``2.13in``, ``2.13inv2``, ``2.90in``, ``2.90inv2`` and ``gdew029t5`` models, you have the option to only do a full-redraw every x-th time using this option. Defaults to ``30`` on the described models and a full update for all other models. - **reset_duration** (*Optional*, :ref:`config-time`): Duration for the display reset operation. Defaults to ``200ms``.