Skip to content

Commit 5853a2d

Browse files
GDEY042T81 e-paper displays support (#4574)
Co-authored-by: clydebarrow <[email protected]>
1 parent d597964 commit 5853a2d

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

components/display/waveshare_epaper.rst

+6-5
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ The ``waveshare_epaper`` display platform allows you to use
99
some E-Paper displays sold by `Waveshare <https://www.waveshare.com/product/displays/e-paper.htm>`__
1010
with ESPHome. The 2.13" `TTGO module <https://github.com/lewisxhe/TTGO-EPaper-Series>`__ and the
1111
`Waveshare Cloud Module <https://www.waveshare.com/wiki/2.13inch_e-Paper_Cloud_Module>`__ with an ESP32
12-
on the board are supported as well. Depending on your specific revision of the TTGO board you might need to try out the ``-b73`` or ``-b1``
12+
on the board are supported as well. Depending on your specific revision of the TTGO board you might need to try out the ``-b73`` or ``-b1``
1313
version (see below).
14-
The 1.54" `Good Display gdew0154m09 <https://www.good-display.com/product/206.html>`__
14+
The 1.54" `Good Display gdew0154m09 <https://www.good-display.com/product/206.html>`__
1515
as used in the `M5Stack Core Ink <https://shop.m5stack.com/products/m5stack-esp32-core-ink-development-kit1-54-elnk-display>`__
1616
is also supported.
1717
Similar modules sold by other vendors might also work but not have been tested yet. Currently only
@@ -99,11 +99,12 @@ Configuration variables:
9999
- ``2.90in``
100100
- ``2.90in-dke``
101101
- ``2.90inv2``
102-
- ``2.90inv2-r2`` - 2.9in V2 display, but with different initialization and full/partial display refresh management than ``2.90inv2``
102+
- ``2.90inv2-r2`` - 2.9in V2 display, but with different initialization and full/partial display refresh management than ``2.90inv2``
103103
- ``2.90in-b`` - B/W rendering only
104104
- ``2.90in-bV3`` - B/W rendering only
105105
- ``4.20in``
106106
- ``4.20in-bV2`` - B/W rendering only
107+
- ``gdey042t81`` - GoodDisplay GDEY042T81 4.2" B/W
107108
- ``4.20in-bV2-bwr`` - BWR rendering enabled (uses double the amount of RAM for the display buffer as B/W rendering)
108109
- ``5.83in``
109110
- ``5.83inv2``
@@ -123,8 +124,8 @@ Configuration variables:
123124

124125
.. warning::
125126

126-
The BUSY pin on the gdew0154m09 and Waveshare 7.50in V2 models must be inverted to prevent permanent display damage. Set the pin to
127-
``inverted: true`` in the config.
127+
The BUSY pin on the gdew0154m09 and Waveshare 7.50in V2 models must be inverted to prevent permanent display damage. Set the pin to
128+
``inverted: true`` in the config.
128129

129130
- **busy_pin** (*Optional*, :ref:`Pin Schema <config-pin_schema>`): The BUSY pin. Defaults to not connected.
130131
- **reset_pin** (*Optional*, :ref:`Pin Schema <config-pin_schema>`): The RESET pin. Defaults to not connected.

0 commit comments

Comments
 (0)