Home
last modified time | relevance | path

Searched full:orientation (Results 1 – 25 of 30) sorted by relevance

12

/Zephyr-latest/drivers/display/
Ddisplay_ili9xxx.c21 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 …]
Ddisplay_gc9x01x.c28 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 …]
Dssd16xx.c70 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 …]
Ddisplay_nt35510.c31 * @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()
DKconfig.mcux_elcdif69 from their values in the default screen orientation when using this
107 from their values in the default screen orientation when using this
Ddisplay_otm8009a.c36 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()
Ddisplay_intel_multibootfb.c41 const enum display_orientation orientation) in framebuf_set_orientation() argument
43 switch (orientation) { in framebuf_set_orientation()
Ddisplay_st7789v.c229 const enum display_orientation orientation) argument
231 if (orientation == DISPLAY_ORIENTATION_NORMAL) {
234 LOG_ERR("Changing display orientation not implemented");
Ddisplay_mcux_elcdif.c280 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()
Ddisplay_st7735r.c296 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()
Ddisplay_max7219.c233 const enum display_orientation orientation) in max7219_set_orientation() argument
237 switch (orientation) { in max7219_set_orientation()
Ddisplay_hx8394.c484 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()
Ddisplay_rm67162.c546 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()
Ddisplay_nrf_led_matrix.c206 const enum display_orientation orientation) in api_set_orientation() argument
208 switch (orientation) { in api_set_orientation()
Ddisplay_stm32_ltdc.c132 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/
Ddisplay.h95 * @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/
Dgalaxycore,gc9x01x.yaml44 orientation:
52 description: Display orientation (CW) in degrees.
/Zephyr-latest/dts/bindings/gpio/
Dparticle-gen3-header.yaml8 "shields" but use a different orientation and pin numbering scheme.
/Zephyr-latest/samples/drivers/display/
DREADME.rst12 orientation of the LCD and correct RGB bit order. The rectangles are drawn
/Zephyr-latest/dts/bindings/mipi-dsi/
Dst,stm32-mipi-dsi.yaml112 Show DSI host color bars, select color bar orientation
/Zephyr-latest/drivers/sensor/adi/adxl372/
DKconfig85 but on a deviation from a reference point or orientation.
/Zephyr-latest/include/zephyr/sensing/
Dsensing_datatypes.h56 * Suitable for common sensors, such as IMU, Light sensors and orientation sensors.
/Zephyr-latest/doc/hardware/peripherals/sensor/
Dindex.rst13 presence detection, orientation, and more.
/Zephyr-latest/modules/lvgl/input/
Dlvgl_pointer_input.c107 LOG_ERR("Invalid display orientation"); in lvgl_pointer_process_event()
/Zephyr-latest/
DCODE_OF_CONDUCT.md10 identity and orientation.

12