Home
last modified time | relevance | path

Searched full:rotation (Results 1 – 25 of 81) sorted by relevance

1234

/Zephyr-latest/drivers/display/
DKconfig.mcux_elcdif47 bool "Use PXP for display rotation"
51 Use the PXP for display rotation. This requires the LCDIF node
61 prompt "Rotation angle of PXP"
63 Set rotation angle of PXP. The ELCDIF cannot detect the correct
64 rotation angle based on the call to display_write, so the user should
65 configure it here. In order for PXP rotation to work, calls to
67 and height (without rotation applied). Note that the width and
82 For LVGL, this corresponds to a rotation of 270 degrees
93 For LVGL, this corresponds to a rotation of 90 degrees
102 rotation angle based on the call to display_write, so the user should
Ddisplay_nt35510.c60 uint16_t rotation; member
341 /* Store x/y resolution & rotation */ in nt35510_init()
342 if (cfg->rotation == 0) { in nt35510_init()
346 } else if (cfg->rotation == 90) { in nt35510_init()
350 } else if (cfg->rotation == 180) { in nt35510_init()
354 } else if (cfg->rotation == 270) { in nt35510_init()
430 .rotation = DT_INST_PROP(n, rotation), \
Ddisplay_otm8009a.c28 uint16_t rotation; member
642 /* store x/y resolution & rotation */ in otm8009a_init()
643 if (cfg->rotation == 0) { in otm8009a_init()
647 } else if (cfg->rotation == 90) { in otm8009a_init()
651 } else if (cfg->rotation == 180) { in otm8009a_init()
655 } else if (cfg->rotation == 270) { in otm8009a_init()
711 .rotation = DT_INST_PROP(inst, rotation), \
/Zephyr-latest/dts/bindings/input/
Dzephyr,lvgl-encoder-input.yaml14 rotation-input-code = <INPUT_REL_Y>;
23 rotation-input-code:
27 Input event code associated with rotation (INPUT_REL_*).
/Zephyr-latest/dts/bindings/display/
Dilitek,ili9xxx-common.yaml21 rotation:
30 Display rotation (CW) in degrees.
31 If not defined, rotation is off by default.
Dsolomon,ssd16xx-common.yaml30 rotation:
39 Display rotation (CW) in degrees.
40 If not defined, rotation is off by default.
Dfrida,nt35510.yaml24 rotation:
33 Display rotation clockwise in degrees. Defaults to 0, display default.
Dorisetech,otm8009a.yaml24 rotation:
33 Display rotation (CW) in degrees. Defaults to 0, display default.
Dnxp,imx-elcdif.yaml38 display rotation via the DMA API, when present and enabled.
Dilitek,ili9488.yaml22 default SS bit value (0) may interfere with display rotation.
/Zephyr-latest/samples/subsys/display/lvgl/boards/
Dmimxrt1060_evk.conf4 # Enable PXP DMA engine and set rotation angle to 0 degrees.
Dmimxrt1170_evk_mimxrt1176_cm7_A.conf4 # Enable PXP DMA engine and set rotation angle to 0 degrees.
/Zephyr-latest/samples/modules/lvgl/demos/boards/
Dmimxrt1060_evk.conf4 # Enable PXP DMA engine and set rotation angle to 0 degrees.
Dmimxrt1170_evk_mimxrt1176_cm7_A.conf4 # Enable PXP DMA engine and set rotation angle to 0 degrees.
/Zephyr-latest/modules/lvgl/input/
Dlvgl_encoder_input.c55 "Property rotation-input-code needs to be between 0 and 65536."); \
60 "Property rotation-input-code and button-input-code should not be equal.")
/Zephyr-latest/arch/xtensa/core/
DREADME_WINDOWS.rst29 themselves. Instead they place the rotation amount in two places
33 There is an ENTRY instruction that does the rotation. It adds CALLINC
38 There is a RETW instruction that undoes the rotation. It reads the
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/legacy/src/
Dtester.c66 /* Ensure the RPA rotation occurs within +-10% of CONFIG_BT_RPA_TIMEOUT */ in cb_expect_rpa()
71 FAIL("RPA rotation did not occur within +-10% of CONFIG_BT_RPA_TIMEOUT\n"); in cb_expect_rpa()
/Zephyr-latest/dts/bindings/sensor/
Dnxp,s32-qdec.yaml9 LCU1 LC0 O2 and O3 connect to eMIOS0 CH6(Clockwise rotation) and
10 CH7(Counter Clockwise rotation) via TRGMUX_INT_OUT37 and TRGMUX_INT_OUT38
/Zephyr-latest/include/zephyr/dt-bindings/input/
Dinput-event-codes.h243 #define INPUT_ABS_RX 0x03 /**< Absolute rotation around X axis */
244 #define INPUT_ABS_RY 0x04 /**< Absolute rotation around Y axis */
245 #define INPUT_ABS_RZ 0x05 /**< Absolute rotation around Z axis */
261 #define INPUT_REL_RX 0x03 /**< Relative rotation around X axis */
262 #define INPUT_REL_RY 0x04 /**< Relative rotation around Y axis */
263 #define INPUT_REL_RZ 0x05 /**< Relative rotation around Z axis */
/Zephyr-latest/boards/renesas/da1469x_dk_pro/dts/
Dda1469x_dk_pro_mipi_dbi.overlay56 rotation = <0>;
/Zephyr-latest/include/zephyr/drivers/dma/
Ddma_mcux_pxp.h17 * In order to configure the PXP for rotation, the user should
/Zephyr-latest/tests/drivers/build_all/display/
Dapp.overlay42 rotation = <270>;
180 rotation = <270>;
213 rotation = <90>;
226 rotation = <90>;
/Zephyr-latest/boards/shields/st_b_lcd40_dsi1_mb1166/
Dst_b_lcd40_dsi1_mb1166.overlay33 rotation = <90>;
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/peripheral/src/
Dtester_rpa_rotation.c97 /* Ensure the RPA rotation occurs within +-10% of CONFIG_BT_RPA_TIMEOUT */ in test_address()
102 FAIL("RPA rotation did not occur within +-10%% of CONFIG_BT_RPA_TIMEOUT\n"); in test_address()
/Zephyr-latest/samples/sensor/qdec/
DREADME.rst5 Get rotation data from a quadrature decoder sensor.

1234