Home
last modified time | relevance | path

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

/Zephyr-latest/modules/lvgl/input/
Dlvgl_pointer_input.c72 cap->current_orientation == DISPLAY_ORIENTATION_ROTATED_180) { in lvgl_pointer_process_event()
81 cap->current_orientation == DISPLAY_ORIENTATION_ROTATED_180) { in lvgl_pointer_process_event()
98 case DISPLAY_ORIENTATION_ROTATED_180: in lvgl_pointer_process_event()
/Zephyr-latest/drivers/display/
Ddisplay_ili9xxx.c333 } else if (orientation == DISPLAY_ORIENTATION_ROTATED_180) { in ili9xxx_set_orientation()
344 } else if (orientation == DISPLAY_ORIENTATION_ROTATED_180) { in ili9xxx_set_orientation()
374 data->orientation == DISPLAY_ORIENTATION_ROTATED_180) { in ili9xxx_get_capabilities()
411 orientation = DISPLAY_ORIENTATION_ROTATED_180; in ili9xxx_configure()
Dssd16xx.c330 data->orientation == DISPLAY_ORIENTATION_ROTATED_180) { in ssd16xx_set_window()
385 case DISPLAY_ORIENTATION_ROTATED_180: in ssd16xx_set_window()
570 data->orientation == DISPLAY_ORIENTATION_ROTATED_180) { in ssd16xx_get_capabilities()
598 } else if (orientation == DISPLAY_ORIENTATION_ROTATED_180) { in ssd16xx_set_orientation()
886 orientation = DISPLAY_ORIENTATION_ROTATED_180; in ssd16xx_controller_init()
Ddisplay_gc9x01x.c409 } else if (orientation == DISPLAY_ORIENTATION_ROTATED_180) { in gc9x01x_set_orientation()
579 data->orientation == DISPLAY_ORIENTATION_ROTATED_180) { in gc9x01x_get_capabilities()
Ddisplay_otm8009a.c481 } else if (data->orientation == DISPLAY_ORIENTATION_ROTATED_180) { in otm8009a_configure()
654 data->orientation = DISPLAY_ORIENTATION_ROTATED_180; in otm8009a_init()
Ddisplay_nt35510.c353 data->orientation = DISPLAY_ORIENTATION_ROTATED_180; in nt35510_init()
Ddisplay_hx8394.c502 case DISPLAY_ORIENTATION_ROTATED_180: in hx8394_set_orientation()
/Zephyr-latest/include/zephyr/drivers/
Ddisplay.h100 DISPLAY_ORIENTATION_ROTATED_180, /**< Rotated 180 degrees clockwise */ enumerator