lvgl / docs_old

DEPRECATED: Documentation for LVGL is now located in the main repository: https://github.com/lvgl/lvgl
https://docs.lvgl.io/
42 stars 73 forks source link

How to integrate VNC server to Littlevgl #172

Closed stone-tong closed 3 years ago

stone-tong commented 3 years ago

How to integrate VNC server to Littlevgl, then user can visit the UI from browser or other VNC client. Thanks.

kisvegabor commented 3 years ago

It depends on what kind of MCU/platform do you use.

If you have a Linux based platform you can use the GTK driver for this purpose: https://github.com/lvgl/lv_drivers/tree/master/gtkdrv

stone-tong commented 3 years ago

It depends on what kind of MCU/platform do you use.

If you have a Linux based platform you can use the GTK driver for this purpose: https://github.com/lvgl/lv_drivers/tree/master/gtkdrv

Linux based system.

kisvegabor commented 3 years ago

On Linux, the GTK driver should do exactly this

stale[bot] commented 3 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.