@@ -9,9 +9,9 @@ The ``waveshare_epaper`` display platform allows you to use
9
9
some E-Paper displays sold by `Waveshare <https://www.waveshare.com/product/displays/e-paper.htm >`__
10
10
with ESPHome. The 2.13" `TTGO module <https://github.com/lewisxhe/TTGO-EPaper-Series >`__ and the
11
11
`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 ``
13
13
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 >`__
15
15
as used in the `M5Stack Core Ink <https://shop.m5stack.com/products/m5stack-esp32-core-ink-development-kit1-54-elnk-display >`__
16
16
is also supported.
17
17
Similar modules sold by other vendors might also work but not have been tested yet. Currently only
@@ -99,11 +99,12 @@ Configuration variables:
99
99
- ``2.90in ``
100
100
- ``2.90in-dke ``
101
101
- ``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 ``
103
103
- ``2.90in-b `` - B/W rendering only
104
104
- ``2.90in-bV3 `` - B/W rendering only
105
105
- ``4.20in ``
106
106
- ``4.20in-bV2 `` - B/W rendering only
107
+ - ``gdey042t81 `` - GoodDisplay GDEY042T81 4.2" B/W
107
108
- ``4.20in-bV2-bwr `` - BWR rendering enabled (uses double the amount of RAM for the display buffer as B/W rendering)
108
109
- ``5.83in ``
109
110
- ``5.83inv2 ``
@@ -123,8 +124,8 @@ Configuration variables:
123
124
124
125
.. warning ::
125
126
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.
128
129
129
130
- **busy_pin ** (*Optional *, :ref: `Pin Schema <config-pin_schema >`): The BUSY pin. Defaults to not connected.
130
131
- **reset_pin ** (*Optional *, :ref: `Pin Schema <config-pin_schema >`): The RESET pin. Defaults to not connected.
0 commit comments