mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-11-15 10:45:41 +01:00
Update waveshare_epaper.rst (#813)
Got "[E][display:017]: Could not allocate buffer for display!" from logs. The Waveshare display 7.50inV2 has a resolution of 800x480 pixels and ESP8266 runs out of RAM.
This commit is contained in:
parent
253f124fbb
commit
9a27eb6060
@ -81,7 +81,7 @@ Configuration variables:
|
|||||||
- ``4.20in``
|
- ``4.20in``
|
||||||
- ``5.83in``
|
- ``5.83in``
|
||||||
- ``7.50in``
|
- ``7.50in``
|
||||||
- ``7.50inV2``
|
- ``7.50inV2`` (Can't use with an ESP8266 as it runs out of RAM)
|
||||||
|
|
||||||
- **busy_pin** (*Optional*, :ref:`Pin Schema <config-pin_schema>`): The BUSY pin. Defaults to not connected.
|
- **busy_pin** (*Optional*, :ref:`Pin Schema <config-pin_schema>`): The BUSY pin. Defaults to not connected.
|
||||||
- **reset_pin** (*Optional*, :ref:`Pin Schema <config-pin_schema>`): The RESET pin. Defaults to not connected.
|
- **reset_pin** (*Optional*, :ref:`Pin Schema <config-pin_schema>`): The RESET pin. Defaults to not connected.
|
||||||
|
Loading…
Reference in New Issue
Block a user