Searched refs:lv_display_set_resolution (Results 1 – 10 of 10) sorted by relevance
/lvgl-latest/src/display/ |
D | lv_display.h | 133 void lv_display_set_resolution(lv_display_t * disp, int32_t hor_res, int32_t ver_res);
|
D | lv_display.c | 244 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/ |
D | lv_windows_context.c | 239 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/ |
D | lv_linux_fbdev.c | 232 lv_display_set_resolution(disp, hor_res, ver_res); in lv_linux_fbdev_set_file()
|
/lvgl-latest/src/drivers/nuttx/ |
D | lv_nuttx_fbdev.c | 171 lv_display_set_resolution(disp, dsc->vinfo.xres, dsc->vinfo.yres); in lv_nuttx_fbdev_set_file()
|
/lvgl-latest/src/drivers/sdl/ |
D | lv_sdl_window.c | 317 lv_display_set_resolution(disp, hres, vres); in sdl_event_handler()
|
/lvgl-latest/src/drivers/x11/ |
D | lv_x11_display.c | 267 … lv_display_set_resolution(disp, event.xconfigure.width, event.xconfigure.height); in x11_event_handler()
|
/lvgl-latest/src/drivers/display/drm/ |
D | lv_linux_drm.c | 166 lv_display_set_resolution(disp, hor_res, ver_res); in lv_linux_drm_set_file()
|
/lvgl-latest/docs/details/main-components/ |
D | display.rst | 181 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/ |
D | lv_wayland.c | 2015 lv_display_set_resolution(window->lv_disp, width, height); in resize_window()
|