/Zephyr-Core-3.7.0/drivers/display/ |
D | Kconfig.mcux_elcdif | 46 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
|
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 | 405 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), \
|
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-Core-3.7.0/boards/shields/st_b_lcd40_dsi1_mb1166/ |
D | st_b_lcd40_dsi1_mb1166.overlay | 18 rotation = <90>;
|
D | st_b_lcd40_dsi1_mb1166_a09.overlay | 18 rotation = <90>;
|
/Zephyr-Core-3.7.0/boards/renesas/da1469x_dk_pro/dts/ |
D | da1469x_dk_pro_mipi_dbi.overlay | 55 rotation = <0>;
|
/Zephyr-Core-3.7.0/boards/shields/buydisplay_2_8_tft_touch_arduino/ |
D | buydisplay_2_8_tft_touch_arduino.overlay | 38 rotation = <0>;
|
/Zephyr-Core-3.7.0/boards/shields/buydisplay_3_5_tft_touch_arduino/ |
D | buydisplay_3_5_tft_touch_arduino.overlay | 38 rotation = <0>;
|
/Zephyr-Core-3.7.0/boards/shields/adafruit_2_8_tft_touch_v2/dts/ |
D | adafruit_2_8_tft_touch_v2.dtsi | 37 rotation = <90>;
|
/Zephyr-Core-3.7.0/boards/shields/adafruit_2_8_tft_touch_v2/boards/ |
D | rd_rw612_bga.overlay | 46 rotation = <90>;
|
/Zephyr-Core-3.7.0/samples/subsys/display/lvgl/boards/ |
D | native_posix.overlay | 67 rotation-input-code = <INPUT_REL_WHEEL>;
|
/Zephyr-Core-3.7.0/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-Core-3.7.0/boards/st/st25dv_mb1283_disco/ |
D | st25dv_mb1283_disco.dts | 82 rotation = <0>;
|
/Zephyr-Core-3.7.0/boards/hardkernel/odroid_go/ |
D | odroid_go_procpu.dts | 96 rotation = <270>;
|
/Zephyr-Core-3.7.0/tests/drivers/build_all/display/ |
D | app.overlay | 42 rotation = <270>;
|
/Zephyr-Core-3.7.0/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-Core-3.7.0/boards/espressif/esp_wrover_kit/ |
D | esp_wrover_kit_procpu.dts | 91 rotation = <0>;
|
/Zephyr-Core-3.7.0/boards/arduino/nicla_sense_me/doc/ |
D | index.rst | 10 that can measure rotation, acceleration, pressure, humidity, temperature, air quality
|
/Zephyr-Core-3.7.0/boards/m5stack/m5stack_core2/ |
D | m5stack_core2_procpu.dts | 72 rotation = <0>;
|
/Zephyr-Core-3.7.0/boards/st/stm32f429i_disc1/ |
D | stm32f429i_disc1.dts | 81 rotation = <180>;
|
/Zephyr-Core-3.7.0/boards/seeed/wio_terminal/ |
D | wio_terminal.dts | 142 rotation = <270>;
|
/Zephyr-Core-3.7.0/doc/kernel/ |
D | timeutil.rst | 139 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
|