Embedded Ui Design for better performance

Hi,
i am new to Sqaureline studio. I need some tips from expert about designing embedded ui for smooth performance.

  1. which technique should i follow to design UI?
  2. which is best for performance

    Use inbuilt Widgets, panel etc for design manually
    or
    use images to design ui like from figma etc.

which option provide more fast and better performance?

Thank you

My hardware Specs:

  • **SquareLine Studio version: 1.4
  • **Operating system: Windows 11
  • **Target hardware: MIMXRT1052
  • **Display Resolution: 800*600

Images can take much memory that might lead to performance and stability issues depending on your hardware. LVGL’s general idea is drawing widgets dynamically and there are many customization options that you lose if you use images in place of built-in widgets. Some more complex or larger widgets might take more CPU power to be rendered, especially when some alpha-blending/opacity kicks in, they should be used wisely. Images are usually only used in cases when a widget can’t be customized to look exactly the same as you imagine. But the optimal design-decision depends on your design and hardware after all, YMMV.