Searched full:touchscreen (Results 1 – 25 of 34) sorted by relevance
12
/Zephyr-latest/include/zephyr/drivers/misc/ft8xx/ |
D | ft8xx.h | 30 * @brief Structure holding touchscreen calibration data 52 * @brief Calibrate touchscreen 54 * Run touchscreen calibration procedure that collects three touches from touch 56 * touchscreen processing and returned with @p data. 59 * ft8xx_touch_transform_set() to avoid calibrating touchscreen after each 62 * @param data Pointer to touchscreen transform structure to populate 67 * @brief Set touchscreen calibration data 69 * Apply given touchscreen transform data to the touchscreen processing. 73 * @param data Pointer to touchscreen transform structure to apply
|
/Zephyr-latest/include/zephyr/input/ |
D | input_touch.h | 11 * @defgroup touch_events Touchscreen Event Report API 25 * @brief Common touchscreen config. 29 * @param screen_width Horizontal resolution of touchscreen 30 * @param screen_height Vertical resolution of touchscreen 46 * @brief Initialize common touchscreen config from devicetree 60 * @brief Initialize common touchscreen config from devicetree instance. 77 * @brief Common utility for reporting touchscreen position events. 79 * @param dev Touchscreen controller
|
/Zephyr-latest/dts/bindings/input/ |
D | touchscreen-common.yaml | 13 Horizontal resolution of touchscreen (maximum x coordinate reported + 1). The default 21 Vertical resolution of touchscreen (maximum y coordinate reported + 1). The default
|
D | xptek,xpt2046.yaml | 15 touchscreen-size-x: 20 touchscreen-size-y:
|
D | st,stmpe811.yaml | 4 description: STMPE811 I2C touchscreen controller 8 include: [i2c-device.yaml, touchscreen-common.yaml] 55 is recommended at the touchscreen terminals for noise filtering.
|
D | chipsemi,chsc6x.yaml | 1 description: CHSC6X touchscreen sensor
|
D | focaltech,ft5336.yaml | 8 include: [i2c-device.yaml, touchscreen-common.yaml]
|
D | hynitron,cst816s.yaml | 4 description: Hynitron CST816S touchscreen sensor
|
/Zephyr-latest/samples/subsys/smf/smf_calculator/ |
D | README.rst | 39 The GUI should work with any touchscreen display supported by Zephyr. The shield 43 List of Arduino-based touchscreen shields: 56 etc. These will not need a shield defined as the touchscreen is built-in. 91 touchscreen is of the order of 0.8s due to button matrices invalidating the entire
|
/Zephyr-latest/drivers/input/ |
D | Kconfig.touch | 7 Enable library used for touchscreen drivers.
|
/Zephyr-latest/tests/drivers/build_all/input/ |
D | testcase.yaml | 12 # Touchscreen drivers, non-default option
|
D | app.overlay | 297 touchscreen-size-x = <10>; 298 touchscreen-size-y = <10>;
|
/Zephyr-latest/boards/shields/lcd_par_s035/ |
D | Kconfig.defconfig | 22 # Configure LVGL to use touchscreen
|
/Zephyr-latest/boards/shields/rk055hdmipi4ma0/ |
D | Kconfig.defconfig | 17 # Configure LVGL to use touchscreen with KSCAN API
|
/Zephyr-latest/boards/shields/rtkmipilcdb00000be/ |
D | Kconfig.defconfig | 16 # Configure LVGL to use touchscreen with input API
|
/Zephyr-latest/boards/shields/adafruit_2_8_tft_touch_v2/doc/ |
D | index.rst | 12 or capacitive (FT6206 controller) touchscreen. While the 14 touchscreen input is supported only on Capacitive Touch version.
|
/Zephyr-latest/boards/witte/linum/doc/ |
D | index.rst | 7 touchscreen and another for access to other peripherals of microcontroller. Also it brings plenty 35 - 1 Capacitive Touchscreen sensor 246 The LINUM-STM32H753BI connects the EEPROM memory and the touchscreen sensor to I2C3.
|
/Zephyr-latest/samples/subsys/input/draw_touch_events/src/ |
D | main.c | 113 LOG_INF("Touch sample for touchscreen: %s, dc: %s", touch_dev->name, display_dev->name); in main()
|
/Zephyr-latest/doc/services/input/ |
D | index.rst | 135 Touchscreen API Reference
|
/Zephyr-latest/boards/st/st25dv_mb1283_disco/doc/ |
D | index.rst | 60 - I2C1 SCL/SDA : PB6/PB7 (Touchscreen STMPE811, interrupt pin PB5)
|
/Zephyr-latest/boards/shields/buydisplay_2_8_tft_touch_arduino/doc/ |
D | index.rst | 11 a capacitive FT6206 controller touchscreen. The Arduino adapter is
|
/Zephyr-latest/boards/waveshare/esp32s3_touch_lcd_1_28/doc/ |
D | index.rst | 26 - Round 1.28" LCD with touchscreen controller
|
/Zephyr-latest/boards/st/stm32f412g_disco/doc/ |
D | index.rst | 18 - 1.54 inch 240x240 pixel TFT color LCD with parallel interface and capacitive touchscreen
|
/Zephyr-latest/boards/st/stm32f413h_disco/doc/ |
D | index.rst | 18 - 1.54 inch 240x240 pixel TFT color LCD with parallel interface and capacitive touchscreen
|
/Zephyr-latest/doc/build/dts/ |
D | howtos.rst | 371 my_i2c_device: touchscreen@76 { 373 label = "TOUCHSCREEN";
|
12