LVGL Nvidia Xavier or Orin

Hi

I’m been testing/developing a prototype of a GUII application in QT, for an C++ application that eventually will be released with linux and YOCTO, as embedded application running on a Nvidia Xvaier or Orin.

but because the high costs (we are a small startup) and some of the odd complexities of QT, I’m looking into LVGL as an alternative for this development.

I would like to understand from the experts in this forum, if this set of libraries and application an be deployed into this type of architecture (using Linux framebuffuer)

please advice

Absolutely. Take a look at this repo: https://github.com/lvgl/lv_port_linux_frame_buffer
It just opens the frame buffer device and copies the rendered image there.

If you need UI design, implementation or consulting service, please contact me in private here or via gabor@lvgl.io.