Skip to content

Rename inkplate6 docs file to inkplate as well as the examples themselves #5237

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: next
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Learn more at `Inkplate's documentation website <https://inkplate.readthedocs.io
address: 0x20

display:
- platform: inkplate6
- platform: inkplate
id: inkplate_display
greyscale: false
partial_updating: false
Expand Down Expand Up @@ -239,7 +239,7 @@ Wi-Fi, API, and OTA configuration.


display:
- platform: inkplate6
- platform: inkplate
id: inkplate_display
greyscale: false
partial_updating: false
Expand Down Expand Up @@ -354,7 +354,7 @@ Below is a config example:
address: 0x20

display:
- platform: inkplate6
- platform: inkplate
id: inkplate_display
greyscale: true
partial_updating: false
Expand Down Expand Up @@ -400,7 +400,7 @@ Below is a config example:
address: 0x20

display:
- platform: inkplate5
- platform: inkplate
id: inkplate_display
greyscale: true
partial_updating: false
Expand Down Expand Up @@ -492,7 +492,7 @@ Below is a config example:
- multiply: 2 # Compensate for voltage divider (1:2 ratio)

display:
- platform: inkplate6
- platform: inkplate
id: inkplate_display
greyscale: true
partial_updating: false
Expand Down
2 changes: 1 addition & 1 deletion components/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,7 @@ Display Hardware Platforms
ILI9486, components/display/ili9xxx, ili9341.jpg
ILI9488, components/display/ili9xxx, ili9488.svg
WSPICOLCD, components/display/ili9xxx, ili9488.svg
Inkplate, components/display/inkplate6, inkplate6.jpg
Inkplate, components/display/inkplate, inkplate6.jpg
LCD Display, components/display/lcd_display, lcd.jpg
MAX7219 Dot Matrix, components/display/max7219digit, max7219digit.jpg
MAX7219, components/display/max7219, max7219.jpg
Expand Down
4 changes: 2 additions & 2 deletions components/touchscreen/ektf2232.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ EKTF2232 Touchscreen Controller
:keywords: EKTF2232

The ``ektf2232`` component allows using the touchscreen controller
found in the :doc:`Inkplate 6 Plus </components/display/inkplate6>` with ESPHome.
found in the :doc:`Inkplate 6 Plus </components/display/inkplate>` with ESPHome.
The :ref:`I²C <i2c>` is required to be set up in your configuration for this sensor to work.

.. code-block:: yaml
Expand All @@ -32,6 +32,6 @@ See Also
--------

- :doc:`Touchscreen <index>`
- :doc:`Inkplate 6 Plus </components/display/inkplate6>`
- :doc:`Inkplate 6 Plus </components/display/inkplate>`
- :apiref:`ektf2232/ektf2232.h`
- :ghedit:`Edit`
2 changes: 1 addition & 1 deletion components/touchscreen/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ See Also
--------

- :ref:`Binary Sensor Filters <binary_sensor-filters>`
- :doc:`Inkplate 6 Plus </components/display/inkplate6>`
- :doc:`Inkplate 6 Plus </components/display/inkplate>`
- :doc:`EKTF2232 </components/touchscreen/ektf2232>`
- :doc:`XPT2046 </components/touchscreen/xpt2046>`
- :doc:`TT21100 </components/touchscreen/tt21100>`
Expand Down