/Zephyr-latest/drivers/display/ |
D | display_ili9xxx.c | 21 enum display_orientation orientation; member 321 const enum display_orientation orientation) in ili9xxx_set_orientation() argument 329 if (orientation == DISPLAY_ORIENTATION_NORMAL) { in ili9xxx_set_orientation() 331 } else if (orientation == DISPLAY_ORIENTATION_ROTATED_90) { in ili9xxx_set_orientation() 333 } else if (orientation == DISPLAY_ORIENTATION_ROTATED_180) { in ili9xxx_set_orientation() 335 } else if (orientation == DISPLAY_ORIENTATION_ROTATED_270) { in ili9xxx_set_orientation() 340 if (orientation == DISPLAY_ORIENTATION_NORMAL) { in ili9xxx_set_orientation() 342 } else if (orientation == DISPLAY_ORIENTATION_ROTATED_90) { in ili9xxx_set_orientation() 344 } else if (orientation == DISPLAY_ORIENTATION_ROTATED_180) { in ili9xxx_set_orientation() 346 } else if (orientation == DISPLAY_ORIENTATION_ROTATED_270) { in ili9xxx_set_orientation() [all …]
|
D | display_gc9x01x.c | 28 enum display_orientation orientation; member 36 uint16_t orientation; member 398 const enum display_orientation orientation) in gc9x01x_set_orientation() argument 404 if (orientation == DISPLAY_ORIENTATION_NORMAL) { in gc9x01x_set_orientation() 406 } else if (orientation == DISPLAY_ORIENTATION_ROTATED_90) { in gc9x01x_set_orientation() 409 } else if (orientation == DISPLAY_ORIENTATION_ROTATED_180) { in gc9x01x_set_orientation() 412 } else if (orientation == DISPLAY_ORIENTATION_ROTATED_270) { in gc9x01x_set_orientation() 422 data->orientation = orientation; in gc9x01x_set_orientation() 444 /* Orientation */ in gc9x01x_configure() 445 ret = gc9x01x_set_orientation(dev, config->orientation); in gc9x01x_configure() [all …]
|
D | ssd16xx.c | 70 enum display_orientation orientation; member 329 if (data->orientation == DISPLAY_ORIENTATION_NORMAL || in ssd16xx_set_window() 330 data->orientation == DISPLAY_ORIENTATION_ROTATED_180) { in ssd16xx_set_window() 372 switch (data->orientation) { in ssd16xx_set_window() 569 if (data->orientation == DISPLAY_ORIENTATION_NORMAL || in ssd16xx_get_capabilities() 570 data->orientation == DISPLAY_ORIENTATION_ROTATED_180) { in ssd16xx_get_capabilities() 574 caps->current_orientation = data->orientation; in ssd16xx_get_capabilities() 589 const enum display_orientation orientation) in ssd16xx_set_orientation() argument 594 if (orientation == DISPLAY_ORIENTATION_NORMAL) { in ssd16xx_set_orientation() 596 } else if (orientation == DISPLAY_ORIENTATION_ROTATED_90) { in ssd16xx_set_orientation() [all …]
|
D | display_nt35510.c | 31 * @brief NT35510_480X800 Timing parameters for Portrait orientation mode 42 * @brief NT35510_800X480 Timing parameters for Landscape orientation mode 65 enum display_orientation orientation; member 202 /* Configure orientation */ in nt35510_config() 203 if (data->orientation == DISPLAY_ORIENTATION_NORMAL) { in nt35510_config() 280 capabilities->current_orientation = data->orientation; in nt35510_get_capabilities() 345 data->orientation = DISPLAY_ORIENTATION_NORMAL; in nt35510_init() 349 data->orientation = DISPLAY_ORIENTATION_ROTATED_90; in nt35510_init() 353 data->orientation = DISPLAY_ORIENTATION_ROTATED_180; in nt35510_init() 357 data->orientation = DISPLAY_ORIENTATION_ROTATED_270; in nt35510_init()
|
D | Kconfig.mcux_elcdif | 69 from their values in the default screen orientation when using this 107 from their values in the default screen orientation when using this
|
D | display_otm8009a.c | 36 enum display_orientation orientation; member 477 if (data->orientation == DISPLAY_ORIENTATION_NORMAL) { in otm8009a_configure() 479 } else if (data->orientation == DISPLAY_ORIENTATION_ROTATED_90) { in otm8009a_configure() 481 } else if (data->orientation == DISPLAY_ORIENTATION_ROTATED_180) { in otm8009a_configure() 483 } else if (data->orientation == DISPLAY_ORIENTATION_ROTATED_270) { in otm8009a_configure() 605 capabilities->current_orientation = data->orientation; in otm8009a_get_capabilities() 646 data->orientation = DISPLAY_ORIENTATION_NORMAL; in otm8009a_init() 650 data->orientation = DISPLAY_ORIENTATION_ROTATED_90; in otm8009a_init() 654 data->orientation = DISPLAY_ORIENTATION_ROTATED_180; in otm8009a_init() 658 data->orientation = DISPLAY_ORIENTATION_ROTATED_270; in otm8009a_init()
|
D | display_intel_multibootfb.c | 41 const enum display_orientation orientation) in framebuf_set_orientation() argument 43 switch (orientation) { in framebuf_set_orientation()
|
D | display_st7789v.c | 229 const enum display_orientation orientation) argument 231 if (orientation == DISPLAY_ORIENTATION_NORMAL) { 234 LOG_ERR("Changing display orientation not implemented");
|
D | display_mcux_elcdif.c | 280 const enum display_orientation orientation) in mcux_elcdif_set_orientation() argument 282 if (orientation == DISPLAY_ORIENTATION_NORMAL) { in mcux_elcdif_set_orientation() 285 LOG_ERR("Changing display orientation not implemented"); in mcux_elcdif_set_orientation()
|
D | display_st7735r.c | 296 const enum display_orientation orientation) in st7735r_set_orientation() argument 298 if (orientation == DISPLAY_ORIENTATION_NORMAL) { in st7735r_set_orientation() 302 LOG_ERR("Changing display orientation not implemented"); in st7735r_set_orientation()
|
D | display_max7219.c | 233 const enum display_orientation orientation) in max7219_set_orientation() argument 237 switch (orientation) { in max7219_set_orientation()
|
D | display_hx8394.c | 484 const enum display_orientation orientation) in hx8394_set_orientation() argument 494 switch (orientation) { in hx8394_set_orientation() 496 /* Default orientation for this display flips image on x axis */ in hx8394_set_orientation()
|
D | display_rm67162.c | 546 const enum display_orientation orientation) in rm67162_set_orientation() argument 548 if (orientation == DISPLAY_ORIENTATION_NORMAL) { in rm67162_set_orientation() 551 LOG_ERR("Changing display orientation not implemented"); in rm67162_set_orientation()
|
D | display_nrf_led_matrix.c | 206 const enum display_orientation orientation) in api_set_orientation() argument 208 switch (orientation) { in api_set_orientation()
|
D | display_stm32_ltdc.c | 132 const enum display_orientation orientation) in stm32_ltdc_set_orientation() argument 136 if (orientation == DISPLAY_ORIENTATION_NORMAL) { in stm32_ltdc_set_orientation()
|
/Zephyr-latest/include/zephyr/drivers/ |
D | display.h | 95 * @brief Enumeration with possible display orientation 116 /** Current display orientation */ 211 * @brief Callback API to set orientation used by the display 216 orientation); 449 * @brief Set display orientation 452 * @param orientation Orientation to be used by display 459 orientation) in display_set_orientation() 468 return api->set_orientation(dev, orientation); in display_set_orientation()
|
/Zephyr-latest/dts/bindings/display/ |
D | galaxycore,gc9x01x.yaml | 44 orientation: 52 description: Display orientation (CW) in degrees.
|
/Zephyr-latest/dts/bindings/gpio/ |
D | particle-gen3-header.yaml | 8 "shields" but use a different orientation and pin numbering scheme.
|
/Zephyr-latest/samples/drivers/display/ |
D | README.rst | 12 orientation of the LCD and correct RGB bit order. The rectangles are drawn
|
/Zephyr-latest/dts/bindings/mipi-dsi/ |
D | st,stm32-mipi-dsi.yaml | 112 Show DSI host color bars, select color bar orientation
|
/Zephyr-latest/drivers/sensor/adi/adxl372/ |
D | Kconfig | 85 but on a deviation from a reference point or orientation.
|
/Zephyr-latest/include/zephyr/sensing/ |
D | sensing_datatypes.h | 56 * Suitable for common sensors, such as IMU, Light sensors and orientation sensors.
|
/Zephyr-latest/doc/hardware/peripherals/sensor/ |
D | index.rst | 13 presence detection, orientation, and more.
|
/Zephyr-latest/modules/lvgl/input/ |
D | lvgl_pointer_input.c | 107 LOG_ERR("Invalid display orientation"); in lvgl_pointer_process_event()
|
/Zephyr-latest/ |
D | CODE_OF_CONDUCT.md | 10 identity and orientation.
|