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: how go fullscreen #191

Closed fhelie-infinition closed 2 years ago

fhelie-infinition commented 2 years ago

How to set the screen to go fullscreen with the wayland driver. There is a top bar with date and time that I want to remove from the screen.

Thanks

kisvegabor commented 2 years ago

@WallaceIT made a major improvement on the Wayland driver, so probably he can help.

Francesco, could you take a look?

WallaceIT commented 2 years ago

Hello,

fullscreen has not been implemented yet, though it should not be too difficult.

EDIT: a first draft, only supporting XDG shell, at https://github.com/WallaceIT/lv_drivers/tree/wayland_fullscreen

fhelie-infinition commented 2 years ago

Thank you, I will give it a try!

fhelie-infinition commented 2 years ago

Update: I tested it and it work. Thank you!

WallaceIT commented 2 years ago

Opened pull request #196 on the subject

stale[bot] commented 2 years ago

This issue or pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

kisvegabor commented 2 years ago

The PR is merged so I close this issue.