LVGL+VNC How to achieve

I plan to use lvgl as a display device, but the company requires a remote desktop, and is considering how to implement it. What can help me achieve it?

LVGL provides you with pixel data. You’d have to store it in a way that your VNC server could later send it to the remote client. The semantics of exactly how this is done would depend on your implementation.

Not VNC, but if your are working with Linux these might help:

  • I’ve just added GTK drivers to support Broadway backend. It allows to simply use LVGL from a browser.
  • The Emscripten port also can help