Home
last modified time | relevance | path

Searched refs:DISPLAY_ORIENTATION_ROTATED_270 (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/drivers/display/
Ddisplay_ili9xxx.c335 } else if (orientation == DISPLAY_ORIENTATION_ROTATED_270) { in ili9xxx_set_orientation()
346 } else if (orientation == DISPLAY_ORIENTATION_ROTATED_270) { in ili9xxx_set_orientation()
413 orientation = DISPLAY_ORIENTATION_ROTATED_270; in ili9xxx_configure()
Ddisplay_otm8009a.c483 } else if (data->orientation == DISPLAY_ORIENTATION_ROTATED_270) { in otm8009a_configure()
658 data->orientation = DISPLAY_ORIENTATION_ROTATED_270; in otm8009a_init()
Dssd16xx.c391 case DISPLAY_ORIENTATION_ROTATED_270: in ssd16xx_set_window()
600 } else if (orientation == DISPLAY_ORIENTATION_ROTATED_270) { in ssd16xx_set_orientation()
888 orientation = DISPLAY_ORIENTATION_ROTATED_270; in ssd16xx_controller_init()
Ddisplay_nt35510.c357 data->orientation = DISPLAY_ORIENTATION_ROTATED_270; in nt35510_init()
Ddisplay_hx8394.c505 case DISPLAY_ORIENTATION_ROTATED_270: in hx8394_set_orientation()
Ddisplay_gc9x01x.c412 } else if (orientation == DISPLAY_ORIENTATION_ROTATED_270) { in gc9x01x_set_orientation()
/Zephyr-latest/modules/lvgl/input/
Dlvgl_pointer_input.c102 case DISPLAY_ORIENTATION_ROTATED_270: in lvgl_pointer_process_event()
/Zephyr-latest/include/zephyr/drivers/
Ddisplay.h101 DISPLAY_ORIENTATION_ROTATED_270, /**< Rotated 270 degrees clockwise */ enumerator