Home
last modified time | relevance | path

Searched +full:touchscreen +full:- +full:size +full:- +full:y (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/dts/bindings/input/
Dxptek,xpt2046.yaml2 # SPDX-License-Identifier: Apache-2.0
7 include: spi-device.yaml
10 int-gpios:
11 type: phandle-array
15 touchscreen-size-x:
20 touchscreen-size-y:
25 min-x:
30 min-y:
33 description: minimum raw Y value reported.
35 max-x:
[all …]
Dst,stmpe811.yaml2 # SPDX-License-Identifier: Apache-2.0
4 description: STMPE811 I2C touchscreen controller
8 include: [i2c-device.yaml, touchscreen-common.yaml]
11 int-gpios:
12 type: phandle-array
17 raw-x-min:
21 No effect if screen size is not set.
23 raw-y-min:
26 Signed raw Y axis start for scaling the reported coordinates.
27 No effect if screen size is not set.
[all …]
/Zephyr-latest/boards/shields/lcd_par_s035/
DKconfig.defconfig2 # SPDX-License-Identifier: Apache-2.0
9 default y
18 # VDB size is 10% of the full screen size
22 # Configure LVGL to use touchscreen
24 default y
27 default y
/Zephyr-latest/boards/shields/rk055hdmipi4ma0/
DKconfig.defconfig2 # SPDX-License-Identifier: Apache-2.0
11 default y
17 # Configure LVGL to use touchscreen with KSCAN API
20 default y
23 default y
25 # LVGL should allocate buffers equal to size of display
31 default y
36 default y
46 default y
/Zephyr-latest/boards/shields/rtkmipilcdb00000be/
DKconfig.defconfig2 # SPDX-License-Identifier: Apache-2.0
10 default y
16 # Configure LVGL to use touchscreen with input API
19 default y
31 # LVGL should allocate buffers equal to size of display
37 default y
42 default y
49 default y
/Zephyr-latest/tests/drivers/build_all/input/
Dapp.overlay4 * SPDX-License-Identifier: Apache-2.0
7 #include <zephyr/dt-bindings/input/input-event-codes.h>
11 #address-cells = <1>;
12 #size-cells = <1>;
17 #io-channel-cells = <1>;
18 #address-cells = <1>;
19 #size-cells = <0>;
26 zephyr,acquisition-time = <ADC_ACQ_TIME_DEFAULT>;
32 gpio-controller;
34 #gpio-cells = <0x2>;
[all …]
/Zephyr-latest/doc/releases/
Dmigration-guide-3.6.rst35 instead use the new ``-DFILE_SUFFIX`` feature :ref:`application-file-suffixes`.
40 * The system heap size and its availability is now determined by a ``K_HEAP_MEM_POOL_SIZE``
42 can specify their own custom system heap size requirements by specifying Kconfig options with
50 the ``CONFIG_CACHE_MANAGEMENT`` to ``y``.
57 * NXP: Enabled :ref:`linkserver<linkserver-debug-host-tools>` to be the default runner on the
72 To enable them again use the ``west config manifest.project-filter -- +<module
73 name>`` command, or ``west config manifest.group-filter -- +optional`` to
81 command e.g. ``west flash --erase``. (:github:`64703`)
86 * If you have zcbor-generated code that relies on the zcbor libraries through Zephyr, you must
123 macro avoids run-time string comparisons, and is also safer because it will
[all …]
Drelease-notes-3.4.rst20 * Added Power Delivery Source Support to the USB-C Stack.
22 * Cache API functions are now fully in-lined by compilers.
23 * Added an API for real-time clocks (RTC).
29 - Introduction of 3 new test harnesses into twister supporting pyTest,
31 - Transitioning to new Ztest API was completed and legacy Ztest was deprecated.
46 * CVE-2023-1901: Under embargo until 2023-07-04
48 * CVE-2023-1902: Under embargo until 2023-07-04
67 +--------------------------------------------------+
69 +--------------------------------------------------+
71 +--------------------------------------------------+
[all …]