Home
last modified time | relevance | path

Searched refs:DISPLAY_ORIENTATION_ROTATED_90 (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/drivers/display/
Ddisplay_ili9xxx.c331 } else if (orientation == DISPLAY_ORIENTATION_ROTATED_90) { in ili9xxx_set_orientation()
342 } else if (orientation == DISPLAY_ORIENTATION_ROTATED_90) { in ili9xxx_set_orientation()
409 orientation = DISPLAY_ORIENTATION_ROTATED_90; in ili9xxx_configure()
Ddisplay_otm8009a.c479 } else if (data->orientation == DISPLAY_ORIENTATION_ROTATED_90) { in otm8009a_configure()
650 data->orientation = DISPLAY_ORIENTATION_ROTATED_90; in otm8009a_init()
Dssd16xx.c379 case DISPLAY_ORIENTATION_ROTATED_90: in ssd16xx_set_window()
596 } else if (orientation == DISPLAY_ORIENTATION_ROTATED_90) { in ssd16xx_set_orientation()
884 orientation = DISPLAY_ORIENTATION_ROTATED_90; in ssd16xx_controller_init()
Ddisplay_nt35510.c349 data->orientation = DISPLAY_ORIENTATION_ROTATED_90; in nt35510_init()
Ddisplay_hx8394.c499 case DISPLAY_ORIENTATION_ROTATED_90: in hx8394_set_orientation()
Ddisplay_gc9x01x.c406 } else if (orientation == DISPLAY_ORIENTATION_ROTATED_90) { in gc9x01x_set_orientation()
Ddisplay_rm67162.c494 capabilities->current_orientation = DISPLAY_ORIENTATION_ROTATED_90; in rm67162_get_capabilities()
/Zephyr-latest/modules/lvgl/input/
Dlvgl_pointer_input.c94 case DISPLAY_ORIENTATION_ROTATED_90: in lvgl_pointer_process_event()
/Zephyr-latest/include/zephyr/drivers/
Ddisplay.h99 DISPLAY_ORIENTATION_ROTATED_90, /**< Rotated 90 degrees clockwise */ enumerator