lvgl / lv_drivers

TFT and touch pad drivers for LVGL embedded GUI library
https://docs.lvgl.io/master/porting/index.html
MIT License
306 stars 314 forks source link

Wayland: add fullscreen support #196

Closed WallaceIT closed 2 years ago

WallaceIT commented 2 years ago

Add support for setting windows as fullscreen with a new API call (lv_wayland_window_set_fullscreen).

kisvegabor commented 2 years ago

Thank you!