/Zephyr-latest/drivers/display/ |
D | Kconfig.mcux_elcdif | 47 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
|
D | display_nt35510.c | 60 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), \
|
D | display_otm8009a.c | 28 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/ |
D | zephyr,lvgl-encoder-input.yaml | 14 rotation-input-code = <INPUT_REL_Y>; 23 rotation-input-code: 27 Input event code associated with rotation (INPUT_REL_*).
|
/Zephyr-latest/dts/bindings/display/ |
D | ilitek,ili9xxx-common.yaml | 21 rotation: 30 Display rotation (CW) in degrees. 31 If not defined, rotation is off by default.
|
D | solomon,ssd16xx-common.yaml | 30 rotation: 39 Display rotation (CW) in degrees. 40 If not defined, rotation is off by default.
|
D | frida,nt35510.yaml | 24 rotation: 33 Display rotation clockwise in degrees. Defaults to 0, display default.
|
D | orisetech,otm8009a.yaml | 24 rotation: 33 Display rotation (CW) in degrees. Defaults to 0, display default.
|
D | nxp,imx-elcdif.yaml | 38 display rotation via the DMA API, when present and enabled.
|
D | ilitek,ili9488.yaml | 22 default SS bit value (0) may interfere with display rotation.
|
/Zephyr-latest/samples/subsys/display/lvgl/boards/ |
D | mimxrt1060_evk.conf | 4 # Enable PXP DMA engine and set rotation angle to 0 degrees.
|
D | mimxrt1170_evk_mimxrt1176_cm7_A.conf | 4 # Enable PXP DMA engine and set rotation angle to 0 degrees.
|
/Zephyr-latest/samples/modules/lvgl/demos/boards/ |
D | mimxrt1060_evk.conf | 4 # Enable PXP DMA engine and set rotation angle to 0 degrees.
|
D | mimxrt1170_evk_mimxrt1176_cm7_A.conf | 4 # Enable PXP DMA engine and set rotation angle to 0 degrees.
|
/Zephyr-latest/modules/lvgl/input/ |
D | lvgl_encoder_input.c | 55 "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/ |
D | README_WINDOWS.rst | 29 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/ |
D | tester.c | 66 /* 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/ |
D | nxp,s32-qdec.yaml | 9 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/ |
D | input-event-codes.h | 243 #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/ |
D | da1469x_dk_pro_mipi_dbi.overlay | 56 rotation = <0>;
|
/Zephyr-latest/include/zephyr/drivers/dma/ |
D | dma_mcux_pxp.h | 17 * In order to configure the PXP for rotation, the user should
|
/Zephyr-latest/tests/drivers/build_all/display/ |
D | app.overlay | 42 rotation = <270>; 180 rotation = <270>; 213 rotation = <90>; 226 rotation = <90>;
|
/Zephyr-latest/boards/shields/st_b_lcd40_dsi1_mb1166/ |
D | st_b_lcd40_dsi1_mb1166.overlay | 33 rotation = <90>;
|
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/peripheral/src/ |
D | tester_rpa_rotation.c | 97 /* 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/ |
D | README.rst | 5 Get rotation data from a quadrature decoder sensor.
|