Home
last modified time | relevance | path

Searched refs:orientation (Results 1 – 23 of 23) sorted by relevance

/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()
445 ret = gc9x01x_set_orientation(dev, config->orientation); in gc9x01x_configure()
578 if (data->orientation == DISPLAY_ORIENTATION_NORMAL || in gc9x01x_get_capabilities()
[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_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_nt35510.c65 enum display_orientation orientation; member
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()
Ddisplay_intel_multibootfb.c41 const enum display_orientation orientation) in framebuf_set_orientation() argument
43 switch (orientation) { in framebuf_set_orientation()
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_max7219.c233 const enum display_orientation orientation) in max7219_set_orientation() argument
237 switch (orientation) { in max7219_set_orientation()
Ddisplay_st7789v.c229 const enum display_orientation orientation) argument
231 if (orientation == DISPLAY_ORIENTATION_NORMAL) {
Ddisplay_hx8394.c484 const enum display_orientation orientation) in hx8394_set_orientation() argument
494 switch (orientation) { in hx8394_set_orientation()
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()
Ddisplay_st7735r.c296 const enum display_orientation orientation) in st7735r_set_orientation() argument
298 if (orientation == DISPLAY_ORIENTATION_NORMAL) { in st7735r_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_rm67162.c546 const enum display_orientation orientation) in rm67162_set_orientation() argument
548 if (orientation == DISPLAY_ORIENTATION_NORMAL) { in rm67162_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()
Ddisplay_rm68200.c140 const enum display_orientation orientation) in rm68200_set_orientation() argument
142 if (orientation == DISPLAY_ORIENTATION_NORMAL) { in rm68200_set_orientation()
/Zephyr-latest/include/zephyr/drivers/
Ddisplay.h216 orientation);
459 orientation) in display_set_orientation()
468 return api->set_orientation(dev, orientation); in display_set_orientation()
/Zephyr-latest/samples/drivers/display/
DREADME.rst12 orientation of the LCD and correct RGB bit order. The rectangles are drawn
/Zephyr-latest/drivers/sensor/adi/adxl372/
DKconfig85 but on a deviation from a reference point or orientation.
/Zephyr-latest/doc/hardware/peripherals/sensor/
Dindex.rst13 presence detection, orientation, and more.
/Zephyr-latest/
DCODE_OF_CONDUCT.md10 identity and orientation.
/Zephyr-latest/doc/releases/
Dmigration-guide-3.7.rst542 * The ``orientation-flipped`` property has been removed from the SSD16XX
544 drop this property from their devicetree, and set orientation at runtime
Drelease-notes-2.6.rst1661 * :github:`33269` - ILI9341 (ILI9XXX) set orientation function fails to update the display area cor…