mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-25 17:17:54 +01:00
Added 5t5x06 (#3423)
This commit is contained in:
parent
d2a65e9a74
commit
2188a7948a
44
components/touchscreen/ft5x06.rst
Normal file
44
components/touchscreen/ft5x06.rst
Normal file
@ -0,0 +1,44 @@
|
||||
FT5X06 Touch Screen Controller
|
||||
===============================
|
||||
|
||||
.. seo::
|
||||
:description: Instructions for setting up ft5x06 touch screen controller with ESPHome
|
||||
:image: indicator.jpg
|
||||
:keywords: FT5X06, Seeed Indicator
|
||||
|
||||
The ``ft5x06`` touchscreen platform allows using the touch screen controllers based on the ft5x06 chip with ESPHome.
|
||||
The :ref:`I²C <i2c>` is required to be set up in your configuration for this touchscreen to work.
|
||||
|
||||
This controller is used in the Seeed Studio Sensecap Indicator.
|
||||
|
||||
|
||||
.. figure:: images/indicator.jpg
|
||||
:align: center
|
||||
:width: 50.0%
|
||||
|
||||
ft5x06 touchscreen in Seeed Studio Sensecap Indicator.
|
||||
|
||||
Base Touchscreen Configuration
|
||||
------------------------------
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
# Example configuration entry
|
||||
touchscreen:
|
||||
platform: ft5x06
|
||||
id: my_touchscreen
|
||||
|
||||
Configuration variables:
|
||||
************************
|
||||
|
||||
- **id** (*Optional*, :ref:`config-id`): Manually set the ID of this touchscreen.
|
||||
- **rotation** (*Optional*): Set the rotation of the touchscreen. By default this will be set to match the display associated with the touchscreen, but this allows more control. Choices are ``0``, ``90``, ``180`` and ``270``.
|
||||
|
||||
- All other options from :ref:`Touchscreen <config-touchscreen>`.
|
||||
|
||||
|
||||
See Also
|
||||
--------
|
||||
|
||||
- :apiref:`ft5x06/touchscreen/ft5x06_touchscreen.h`
|
||||
- :ghedit:`Edit`
|
BIN
components/touchscreen/images/indicator.jpg
Normal file
BIN
components/touchscreen/images/indicator.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 29 KiB |
BIN
images/indicator.jpg
Normal file
BIN
images/indicator.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 29 KiB |
@ -495,6 +495,7 @@ Touchscreen
|
||||
Nextion Binary Sensor, components/binary_sensor/nextion, nextion.jpg
|
||||
Touchscreen, components/touchscreen/index, touch.svg, dark-invert
|
||||
TT21100, components/touchscreen/tt21100, esp32-s3-korvo-2-lcd.png
|
||||
FT5X06, components/touchscreen/ft5x06, indicator.jpg
|
||||
GT911, components/touchscreen/gt911, esp32_s3_box_3.png
|
||||
|
||||
Presence Detection
|
||||
|
Loading…
Reference in New Issue
Block a user