Home
last modified time | relevance | path

Searched refs:current_orientation (Results 1 – 7 of 7) sorted by relevance

/Zephyr-Core-2.7.6/lib/gui/lvgl/
Dlvgl.c243 if (cap.current_orientation == DISPLAY_ORIENTATION_NORMAL || in lvgl_pointer_kscan_read()
244 cap.current_orientation == DISPLAY_ORIENTATION_ROTATED_180) { in lvgl_pointer_kscan_read()
252 if (cap.current_orientation == DISPLAY_ORIENTATION_NORMAL || in lvgl_pointer_kscan_read()
253 cap.current_orientation == DISPLAY_ORIENTATION_ROTATED_180) { in lvgl_pointer_kscan_read()
261 if (cap.current_orientation == DISPLAY_ORIENTATION_ROTATED_90) { in lvgl_pointer_kscan_read()
267 } else if (cap.current_orientation == DISPLAY_ORIENTATION_ROTATED_180) { in lvgl_pointer_kscan_read()
270 } else if (cap.current_orientation == DISPLAY_ORIENTATION_ROTATED_270) { in lvgl_pointer_kscan_read()
/Zephyr-Core-2.7.6/drivers/display/
Ddisplay_framebuf.c76 caps->current_orientation = DISPLAY_ORIENTATION_NORMAL; in framebuf_get_capabilities()
Ddisplay_mcux_elcdif.c166 capabilities->current_orientation = DISPLAY_ORIENTATION_NORMAL; in mcux_elcdif_get_capabilities()
Ddisplay_ili9xxx.c294 capabilities->current_orientation = data->orientation; in ili9xxx_get_capabilities()
Ddisplay_st7789v.c236 capabilities->current_orientation = DISPLAY_ORIENTATION_NORMAL; in st7789v_get_capabilities()
Ddisplay_st7735r.c284 capabilities->current_orientation = DISPLAY_ORIENTATION_NORMAL; in st7735r_get_capabilities()
/Zephyr-Core-2.7.6/include/drivers/
Ddisplay.h97 enum display_orientation current_orientation; member