Home
last modified time | relevance | path

Searched refs:LV_DISPLAY_ROTATION_0 (Results 1 – 13 of 13) sorted by relevance

/lvgl-latest/src/drivers/display/tft_espi/
Dlv_tft_espi.cpp95 case LV_DISPLAY_ROTATION_0: in resolution_changed_event_cb()
/lvgl-latest/src/drivers/display/fb/
Dlv_linux_fbdev.c271 …if(rotation != LV_DISPLAY_ROTATION_0 && LV_LINUX_FBDEV_RENDER_MODE == LV_DISPLAY_RENDER_MODE_PARTI… in flush_cb()
284 case LV_DISPLAY_ROTATION_0: in flush_cb()
/lvgl-latest/src/display/
Dlv_display.h35 LV_DISPLAY_ROTATION_0 = 0, enumerator
Dlv_display.c873 if(disp == NULL) return LV_DISPLAY_ROTATION_0; in lv_display_get_rotation()
1012 case LV_DISPLAY_ROTATION_0: in lv_display_rotate_area()
/lvgl-latest/src/
Dlv_api_map_v8.h23 #define LV_DISP_ROTATION_0 LV_DISPLAY_ROTATION_0
/lvgl-latest/src/drivers/display/renesas_glcdc/
Dlv_renesas_glcdc.c291 if(rotation != LV_DISPLAY_ROTATION_0) { in flush_partial()
/lvgl-latest/examples/arduino/LVGL_Arduino/
DLVGL_Arduino.ino21 #define TFT_ROTATION LV_DISPLAY_ROTATION_0
/lvgl-latest/src/drivers/display/st_ltdc/
Dlv_st_ltdc.c171 if(rotation == LV_DISPLAY_ROTATION_0) { in flush_cb()
/lvgl-latest/src/drivers/display/lcd/
Dlv_lcd_generic_mipi.c292 case LV_DISPLAY_ROTATION_0: in set_rotation()
/lvgl-latest/src/draw/nxp/pxp/
Dlv_draw_pxp.c117 case LV_DISPLAY_ROTATION_0: in lv_draw_pxp_rotate()
/lvgl-latest/src/drivers/sdl/
Dlv_sdl_window.c250 if(rotation == LV_DISPLAY_ROTATION_0) { in flush_cb()
/lvgl-latest/docs/details/main-components/
Ddisplay.rst417 if(rotation != LV_DISPLAY_ROTATION_0) {
462 if(rotation == LV_DISPLAY_ROTATION_0) {
/lvgl-latest/src/drivers/wayland/
Dlv_wayland.c2191 hres = (rot == LV_DISPLAY_ROTATION_0) ? w : h; in _lv_wayland_flush()
2192 vres = (rot == LV_DISPLAY_ROTATION_0) ? h : w; in _lv_wayland_flush()