Home
last modified time | relevance | path

Searched refs:lv_display_set_resolution (Results 1 – 10 of 10) sorted by relevance

/lvgl-latest/src/display/
Dlv_display.h133 void lv_display_set_resolution(lv_display_t * disp, int32_t hor_res, int32_t ver_res);
Dlv_display.c244 void lv_display_set_resolution(lv_display_t * disp, int32_t hor_res, int32_t ver_res) in lv_display_set_resolution() function
/lvgl-latest/src/drivers/windows/
Dlv_windows_context.c239 lv_display_set_resolution( in lv_windows_display_timer_callback()
516 lv_display_set_resolution( in lv_windows_window_message_callback_nolock()
/lvgl-latest/src/drivers/display/fb/
Dlv_linux_fbdev.c232 lv_display_set_resolution(disp, hor_res, ver_res); in lv_linux_fbdev_set_file()
/lvgl-latest/src/drivers/nuttx/
Dlv_nuttx_fbdev.c171 lv_display_set_resolution(disp, dsc->vinfo.xres, dsc->vinfo.yres); in lv_nuttx_fbdev_set_file()
/lvgl-latest/src/drivers/sdl/
Dlv_sdl_window.c317 lv_display_set_resolution(disp, hres, vres); in sdl_event_handler()
/lvgl-latest/src/drivers/x11/
Dlv_x11_display.c267lv_display_set_resolution(disp, event.xconfigure.width, event.xconfigure.height); in x11_event_handler()
/lvgl-latest/src/drivers/display/drm/
Dlv_linux_drm.c166 lv_display_set_resolution(disp, hor_res, ver_res); in lv_linux_drm_set_file()
/lvgl-latest/docs/details/main-components/
Ddisplay.rst181 to :cpp:func:`lv_display_set_resolution` or :cpp:func:`lv_display_set_rotation`.
356 :cpp:expr:`lv_display_set_resolution(display, hor_res, ver_res)`
/lvgl-latest/src/drivers/wayland/
Dlv_wayland.c2015 lv_display_set_resolution(window->lv_disp, width, height); in resize_window()