/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 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 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 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), \
|
D | display_ili9xxx.h | 73 uint16_t rotation; member
|
D | display_ili9xxx.c | 406 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), \
|
D | ssd16xx.c | 104 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/ |
D | da1469x_dk_pro_mipi_dbi.overlay | 56 rotation = <0>;
|
/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>;
|
D | st_b_lcd40_dsi1_mb1166_a09.overlay | 33 rotation = <90>;
|
/Zephyr-latest/boards/shields/buydisplay_3_5_tft_touch_arduino/ |
D | buydisplay_3_5_tft_touch_arduino.overlay | 39 rotation = <0>;
|
/Zephyr-latest/boards/shields/buydisplay_2_8_tft_touch_arduino/ |
D | buydisplay_2_8_tft_touch_arduino.overlay | 39 rotation = <0>;
|
/Zephyr-latest/boards/shields/adafruit_2_8_tft_touch_v2/dts/ |
D | adafruit_2_8_tft_touch_v2.dtsi | 38 rotation = <90>;
|
/Zephyr-latest/boards/shields/adafruit_2_8_tft_touch_v2/boards/ |
D | rd_rw612_bga.overlay | 48 rotation = <90>;
|
/Zephyr-latest/samples/subsys/display/lvgl/boards/ |
D | native_posix.overlay | 67 rotation-input-code = <INPUT_REL_WHEEL>;
|
/Zephyr-latest/samples/sensor/qdec/ |
D | README.rst | 5 Get rotation data from a quadrature decoder sensor.
|
/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/boards/hardkernel/odroid_go/ |
D | odroid_go_procpu.dts | 97 rotation = <270>;
|
/Zephyr-latest/boards/st/st25dv_mb1283_disco/ |
D | st25dv_mb1283_disco.dts | 82 rotation = <0>;
|
/Zephyr-latest/boards/espressif/esp_wrover_kit/ |
D | esp_wrover_kit_procpu.dts | 92 rotation = <0>;
|
/Zephyr-latest/drivers/sensor/nxp/qdec_nxp_s32/ |
D | qdec_nxp_s32.c | 113 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/ |
D | index.rst | 10 that can measure rotation, acceleration, pressure, humidity, temperature, air quality
|
/Zephyr-latest/boards/m5stack/m5stack_core2/ |
D | m5stack_core2_procpu.dts | 74 rotation = <0>;
|
/Zephyr-latest/boards/st/stm32f429i_disc1/ |
D | stm32f429i_disc1.dts | 80 rotation = <180>;
|
/Zephyr-latest/boards/seeed/wio_terminal/ |
D | wio_terminal.dts | 140 rotation = <270>;
|