Lines Matching refs:display
8 …he **Windows** display/input `driver <https://github.com/lvgl/lvgl/src/drivers/windows>`__ offers …
25 - Designed for LVGL device-simulation scenario --- simulates LVGL rendering to a hardware display p…
26 - Keeps LVGL display resolution constant in order to best simulate UI layout which will will be see…
27 - When Windows DPI scaling setting is changed, Windows backend will stretch display content.
33 - Has Window resizing support and LVGL display resolution is changed dynamically.
34 - When Windows DPI scaling setting is changed, LVGL display DPI value is also changed.
36 - The applications based on this mode should adapt the LVGL display resolution changing for support…
76 lv_display_t* display = lv_windows_create_display(
83 if (!display)
90 lv_indev_t* pointer_device = lv_windows_acquire_pointer_indev(display);
96 lv_indev_t* keypad_device = lv_windows_acquire_keypad_indev(display);
102 lv_indev_t* encoder_device = lv_windows_acquire_encoder_indev(display);