From ad37014735888aa5c8549f6ce4786c81d6307f70 Mon Sep 17 00:00:00 2001 From: Geoff Davis Date: Wed, 9 Jun 2021 19:05:48 -0700 Subject: [PATCH] Update supported epaper models (#1205) --- components/display/waveshare_epaper.rst | 7 ++++--- devices/images/sonoff_t1_uk_3g_backplate_v1.1.jpg | Bin devices/images/sonoff_t1_uk_3g_touchpads_v1.1.jpg | Bin 3 files changed, 4 insertions(+), 3 deletions(-) mode change 100644 => 100755 devices/images/sonoff_t1_uk_3g_backplate_v1.1.jpg mode change 100644 => 100755 devices/images/sonoff_t1_uk_3g_touchpads_v1.1.jpg diff --git a/components/display/waveshare_epaper.rst b/components/display/waveshare_epaper.rst index f3c898f7a..145c8f3aa 100644 --- a/components/display/waveshare_epaper.rst +++ b/components/display/waveshare_epaper.rst @@ -77,6 +77,7 @@ Configuration variables: - **model** (**Required**): The model of the E-Paper display. Options are: - ``1.54in`` + - ``1.54inv2`` - ``2.13in`` (not tested) - ``2.13in-ttgo`` (T5_V2.3 tested. Also works for Wemos D1 Mini ePaper Shield 2.13 1.0.0 "LOLIN") - ``2.13in-ttgo-b73`` (T5_V2.3 with B73 display tested) @@ -98,9 +99,9 @@ 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``, ``2.13in``, ``2.90in``, and ``2.90inv2`` models you have the option - to switch 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. + because artifacts accumulate. On the ``1.54in``, ``1.54inv2``, ``2.13in``, ``2.90in`` and ``2.90inv2`` models you have the option to switch 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. - **lambda** (*Optional*, :ref:`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``, use ``never`` to only manually update the screen via ``component.update``. diff --git a/devices/images/sonoff_t1_uk_3g_backplate_v1.1.jpg b/devices/images/sonoff_t1_uk_3g_backplate_v1.1.jpg old mode 100644 new mode 100755 diff --git a/devices/images/sonoff_t1_uk_3g_touchpads_v1.1.jpg b/devices/images/sonoff_t1_uk_3g_touchpads_v1.1.jpg old mode 100644 new mode 100755