Home
last modified time | relevance | path

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

12

/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
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
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.c406 if (config->rotation == 0U) { in ili9xxx_configure()
408 } else if (config->rotation == 90U) { in ili9xxx_configure()
410 } else if (config->rotation == 180U) { in ili9xxx_configure()
534 .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-latest/boards/renesas/da1469x_dk_pro/dts/
Dda1469x_dk_pro_mipi_dbi.overlay56 rotation = <0>;
/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>;
Dst_b_lcd40_dsi1_mb1166_a09.overlay33 rotation = <90>;
/Zephyr-latest/boards/shields/buydisplay_3_5_tft_touch_arduino/
Dbuydisplay_3_5_tft_touch_arduino.overlay39 rotation = <0>;
/Zephyr-latest/boards/shields/buydisplay_2_8_tft_touch_arduino/
Dbuydisplay_2_8_tft_touch_arduino.overlay39 rotation = <0>;
/Zephyr-latest/boards/shields/adafruit_2_8_tft_touch_v2/dts/
Dadafruit_2_8_tft_touch_v2.dtsi38 rotation = <90>;
/Zephyr-latest/boards/shields/adafruit_2_8_tft_touch_v2/boards/
Drd_rw612_bga.overlay48 rotation = <90>;
/Zephyr-latest/samples/subsys/display/lvgl/boards/
Dnative_posix.overlay67 rotation-input-code = <INPUT_REL_WHEEL>;
/Zephyr-latest/samples/sensor/qdec/
DREADME.rst5 Get rotation data from a quadrature decoder sensor.
/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/boards/hardkernel/odroid_go/
Dodroid_go_procpu.dts97 rotation = <270>;
/Zephyr-latest/boards/st/st25dv_mb1283_disco/
Dst25dv_mb1283_disco.dts82 rotation = <0>;
/Zephyr-latest/boards/espressif/esp_wrover_kit/
Desp_wrover_kit_procpu.dts92 rotation = <0>;
/Zephyr-latest/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-latest/boards/arduino/nicla_sense_me/doc/
Dindex.rst10 that can measure rotation, acceleration, pressure, humidity, temperature, air quality
/Zephyr-latest/boards/m5stack/m5stack_core2/
Dm5stack_core2_procpu.dts74 rotation = <0>;
/Zephyr-latest/boards/st/stm32f429i_disc1/
Dstm32f429i_disc1.dts80 rotation = <180>;
/Zephyr-latest/boards/seeed/wio_terminal/
Dwio_terminal.dts140 rotation = <270>;

12