Home
last modified time | relevance | path

Searched full:touch (Results 1 – 25 of 285) sorted by relevance

12345678910>>...12

/Zephyr-latest/dts/bindings/input/
Despressif,esp32-touch-sensor.yaml5 Zephyr input touch sensor parent node
7 This defines a group of touch sensors that can generate input events. Each touch
8 sensor is defined in a child node of the touch-sensor node and defines a specific key
14 #include <zephyr/dt-bindings/input/esp32-touch-sensor-input.h>
16 &touch {
17 compatible = "espressif,esp32-touch";
38 compatible: "espressif,esp32-touch"
56 description: Touch sensor high reference voltage.
66 description: Touch sensor low reference voltage.
76 description: Touch sensor high reference attenuation voltage.
[all …]
Dst,stmpe811.yaml14 Interrupt GPIO. Used by the controller to signal touch data is
60 touch-detect-delay-us:
73 Touch detect delay (microseconds) is the delay from the activation of the pull-up resistor
74 in the X+ line to the time the device performs touch detection.
78 touch-average-control:
90 more latency in the touch detection process.
92 Use cases that require low touch detection latency
110 the current touch position and the previous touch position.
112 Lowering the tracking index increases the frequency of touch events,
Dzephyr,input-sdl-touch.yaml4 description: SDL based emulated touch panel
6 compatible: "zephyr,input-sdl-touch"
Dxptek,xpt2046.yaml4 description: Driver for XPT2046 touch IC
47 description: Z value threshold to trigger a touch
52 description: How many reads per touch to average the value
Dsitronix,cf1133.yaml7 description: CF1133 capacitive touch panels
17 Interrupt GPIO. Used by the controller to signal touch data is
/Zephyr-latest/samples/subsys/input/draw_touch_events/
Dsample.yaml2 description: Sample application for touch controllers
5 sample.touch.native:
9 - touch
10 sample.touch.ft5336:
15 - touch
DREADME.rst2 :name: Draw touch events
5 Visualize touch events on a display.
10 if the touch screen works for a board, examine its parameters such as inverted/swapped axes.
15 and touch controllers supported by Zephyr (provided the corresponding ``/chosen node`` properties
16 are set i.e. ``zephyr,touch`` and ``zephyr,display``).
/Zephyr-latest/dts/bindings/gpio/
Dnxp,i2c-tsc-fpc.yaml8 GPIO pins exposed on NXP LCD touch controller interface. These pins are
14 2 LCD touch reset
15 3 LCD touch interrupt
16 4 LCD touch controller I2C SCL
17 5 LCD touch controller I2C SDA
Dnxp,lcd-8080.yaml19 7 LCD touch controller I2C SCL
20 8 LCD touch controller I2C SDA
21 9 LCD touch interrupt
23 11 LCD and touch reset
/Zephyr-latest/drivers/input/
DKconfig.gt9116 bool "GT9xx / GT9xxx capacitive touch panel driver"
11 Enable driver for multiple Goodix capacitive touch panel controllers.
30 int "Touch Number"
34 Maximum number of touch points to be handled.
DKconfig.ili2132a5 bool "ILI2132A capacitive touch controller driver"
10 Enable driver for ilitek ili2132a touch controller
DKconfig.stmpe8115 bool "STMPE811 touch driver"
11 Enable driver for STMPE811 touch panel.
DKconfig.esp325 bool "Espressif Touch Sensor input driver"
9 Enable support for Espressif Touch Sensor input driver.
DKconfig.cap12xx5 bool "Microchip CAP12xx multi-channel capacitive touch sensor driver"
11 touch sensor.
DKconfig.chsc6x5 bool "Use CHSC6X capacitive touch panel driver"
11 Enable out of tree driver for CHSC6X touch panel.
DKconfig.xpt20465 bool "XPT2046 resistive touch panel driver"
10 Enable driver for Xptek XPT2046 resistive touch panel.
DKconfig.pinnacle1 # Cirque Pinnacle 1CA027 touch controller based device configuration options
7 bool "Cirque Pinnacle 1CA027 Touch Controller Based Device"
DKconfig.cf11335 bool "CF1133 capacitive touch panel driver"
10 Enable driver for Sitronix capacitive touch panel
/Zephyr-latest/drivers/disk/nvme/
DKconfig22 Do not touch this unless you know what you are doing.
30 Do not touch this unless you know what you are doing.
38 Do not touch this unless you know what you are doing.
45 Do not touch this unless you know what you are doing.
53 Do not touch this unless you know what you are doing.
/Zephyr-latest/boards/shields/adafruit_2_8_tft_touch_v2/doc/
Dindex.rst3 Adafruit 2.8" TFT Touch Shield v2
9 The Adafruit 2.8" TFT Touch Shield v2 with a
14 touchscreen input is supported only on Capacitive Touch version.
16 at the `Adafruit 2.8" TFT Touch Shield v2 website`_.
18 Pins Assignment of the Adafruit 2.8" TFT Touch Shield v2
26 | D7 | Touch Controller IRQ (see note below) |
28 | D8 | STMPE610 SPI CSn (Resistive Touch Version) |
40 | SDA | FT6206 SDA (Capacitive Touch Version) |
42 | SCL | FT6206 SCL (Capacitive Touch Version) |
46 Touch controller IRQ line is not connected by default. You will need to
[all …]
/Zephyr-latest/include/zephyr/dt-bindings/input/
Desp32-touch-sensor-input.h12 /* Touch sensor IIR filter mode */
22 /* Touch sensor level of filter noise threshold coefficient*/
28 /* Touch sensor level of filter applied on the original data */
/Zephyr-latest/boards/shields/buydisplay_3_5_tft_touch_arduino/doc/
Dindex.rst3 Buydisplay 3.5" TFT Touch Shield with Arduino adapter
9 The Buydisplay 3.5" TFT Touch Shield has a resolution of 320x480
10 pixels and is based on the ILI9488 controller. On the capacitive touch
11 version this shield comes with a FT6236 touch controller. The Arduino
17 the `Buydisplay 3.5" TFT Touch Shield website`_ and
26 | D5 | Touch Controller IRQ (see note below) |
46 Touch controller IRQ line is not connected by default. You will need
75 .. _Buydisplay 3.5" TFT Touch Shield website:
76 …https://www.buydisplay.com/lcd-3-5-inch-320x480-tft-display-module-optl-touch-screen-w-breakout-bo…
79 https://www.buydisplay.com/arduino-3-5-tft-lcd-touch-shield-serial-spi-example-for-mega-due
/Zephyr-latest/drivers/pinctrl/
Dpinctrl_mchp_xec.c22 * do not touch.
54 * We do not touch this field unless one or more of the DT booleans are set.
115 /* Touch output enable. We always enable input */ in xec_config_pin()
123 /* Touch output state? Bit can be set even if the direction is input only */ in xec_config_pin()
131 /* Touch output buffer type? */ in xec_config_pin()
139 /* Always touch power gate */ in xec_config_pin()
147 /* Always touch MUX (alternate function) */ in xec_config_pin()
151 /* Always touch invert of alternate function. Need another bit to avoid touching */ in xec_config_pin()
Dpinctrl_mchp_mec5.c68 /* Touch internal pull-up/pull-down? */ in mec5_config_pin()
78 /* Touch output enable. We always enable input */ in mec5_config_pin()
88 /* Touch output state? Bit can be set even if the direction is input only */ in mec5_config_pin()
98 /* Touch output buffer type? */ in mec5_config_pin()
108 /* Always touch power gate */ in mec5_config_pin()
116 /* Always touch MUX (alternate function) */ in mec5_config_pin()
121 /* Always touch invert of alternate function. Need another bit to avoid touching */ in mec5_config_pin()
/Zephyr-latest/boards/shields/buydisplay_2_8_tft_touch_arduino/doc/
Dindex.rst3 Buydisplay 2.8" TFT Touch Shield with Arduino adapter
9 The Buydisplay 2.8" TFT Touch Shield has a resolution of 320x240
15 the `Buydisplay 2.8" TFT Touch Shield website`_ and
24 | D5 | Touch Controller IRQ (see note below) |
44 Touch controller IRQ line is not connected by default. You will need
73 .. _Buydisplay 2.8" TFT Touch Shield website:
74 https://www.buydisplay.com/2-8-inch-tft-touch-shield-for-arduino-w-capacitive-touch-screen-module

12345678910>>...12