Home
last modified time | relevance | path

Searched refs:rotation (Results 1 – 25 of 31) sorted by relevance

12

/Zephyr-Core-3.7.0/drivers/display/
DKconfig.mcux_elcdif46 bool "Use PXP for display rotation"
50 Use the PXP for display rotation. This requires the LCDIF node
74 Set rotation angle of PXP. The ELCDIF cannot detect the correct
75 rotation angle based on the call to display_write, so the user should
76 configure it here. In order for PXP rotation to work, calls to
78 and height (without rotation applied). Note that the width and
93 For LVGL, this corresponds to a rotation of 270 degrees
104 For LVGL, this corresponds to a rotation of 90 degrees
Ddisplay_nt35510.c60 uint16_t rotation; member
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
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), \
Ddisplay_ili9xxx.h73 uint16_t rotation; member
Ddisplay_ili9xxx.c405 if (config->rotation == 0U) { in ili9xxx_configure()
407 } else if (config->rotation == 90U) { in ili9xxx_configure()
409 } else if (config->rotation == 180U) { in ili9xxx_configure()
531 .rotation = DT_PROP(INST_DT_ILI9XXX(n, t), rotation), \
Dssd16xx.c104 uint16_t rotation; member
881 if (config->rotation == 0U) { in ssd16xx_controller_init()
883 } else if (config->rotation == 90U) { in ssd16xx_controller_init()
885 } else if (config->rotation == 180U) { in ssd16xx_controller_init()
1065 .rotation = DT_PROP(n, rotation), \
/Zephyr-Core-3.7.0/boards/shields/st_b_lcd40_dsi1_mb1166/
Dst_b_lcd40_dsi1_mb1166.overlay18 rotation = <90>;
Dst_b_lcd40_dsi1_mb1166_a09.overlay18 rotation = <90>;
/Zephyr-Core-3.7.0/boards/renesas/da1469x_dk_pro/dts/
Dda1469x_dk_pro_mipi_dbi.overlay55 rotation = <0>;
/Zephyr-Core-3.7.0/boards/shields/buydisplay_2_8_tft_touch_arduino/
Dbuydisplay_2_8_tft_touch_arduino.overlay38 rotation = <0>;
/Zephyr-Core-3.7.0/boards/shields/buydisplay_3_5_tft_touch_arduino/
Dbuydisplay_3_5_tft_touch_arduino.overlay38 rotation = <0>;
/Zephyr-Core-3.7.0/boards/shields/adafruit_2_8_tft_touch_v2/dts/
Dadafruit_2_8_tft_touch_v2.dtsi37 rotation = <90>;
/Zephyr-Core-3.7.0/boards/shields/adafruit_2_8_tft_touch_v2/boards/
Drd_rw612_bga.overlay46 rotation = <90>;
/Zephyr-Core-3.7.0/samples/subsys/display/lvgl/boards/
Dnative_posix.overlay67 rotation-input-code = <INPUT_REL_WHEEL>;
/Zephyr-Core-3.7.0/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-Core-3.7.0/boards/st/st25dv_mb1283_disco/
Dst25dv_mb1283_disco.dts82 rotation = <0>;
/Zephyr-Core-3.7.0/boards/hardkernel/odroid_go/
Dodroid_go_procpu.dts96 rotation = <270>;
/Zephyr-Core-3.7.0/tests/drivers/build_all/display/
Dapp.overlay42 rotation = <270>;
/Zephyr-Core-3.7.0/drivers/sensor/nxp/qdec_nxp_s32/
Dqdec_nxp_s32.c113 double rotation = (data->abs_counter * 2.0 * M_PI) / data->micro_ticks_per_rev; in qdec_s32_ch_get() local
117 sensor_value_from_double(val, rotation); in qdec_s32_ch_get()
/Zephyr-Core-3.7.0/boards/espressif/esp_wrover_kit/
Desp_wrover_kit_procpu.dts91 rotation = <0>;
/Zephyr-Core-3.7.0/boards/arduino/nicla_sense_me/doc/
Dindex.rst10 that can measure rotation, acceleration, pressure, humidity, temperature, air quality
/Zephyr-Core-3.7.0/boards/m5stack/m5stack_core2/
Dm5stack_core2_procpu.dts72 rotation = <0>;
/Zephyr-Core-3.7.0/boards/st/stm32f429i_disc1/
Dstm32f429i_disc1.dts81 rotation = <180>;
/Zephyr-Core-3.7.0/boards/seeed/wio_terminal/
Dwio_terminal.dts142 rotation = <270>;
/Zephyr-Core-3.7.0/doc/kernel/
Dtimeutil.rst139 time scale based on Earth’s rotation. UT is a discontinuous time scale as it
142 changes in Earth’s rotation. Thus the difference between TAI and UT varies

12