[LVGL] Product Simulation (Enclosure and Physical Controls)

For the purpose of demonstrating the product appearance (outside the screen area) add support for the following: Place components in the editor that act as substitutes (mockups) for physical controls (buttons or knobs). Place an image of the product’s physical...

Playing GIF in LVGL

yirujikeshenshihao Can LVGL play GIFs in EEZ? I found that it can be imported, but it cannot be played. May I ask who knows the correct way to set it up? If it doesn’t work in the current version, can we add GIFs in the next update? Reference:...

QR code support for LVGL project

yirujikeshenshihao I need to display a QR code in LVGL, but I found that this control is not available. However, QR codes exist in other instrument design cases. Can this be added in the next version? Reference: https://github.com/eez-open/studio/issues/759 This task...

Add multilanguage support (i18n)

mverch67 I think basic multi language support would be quite easy to achieve as the text label “label” just would need to be generated as _(“label”) instead, so that lvgl’s _(char*) function is called to translate the string. Either a...

Implement Table Widget (LVGL)

gwiethausI believe it is time to implement the table widget. Squareline Studio has a table design and I have tried it. I have to say that the way it is built is horrible. I believe that the way the objects are built and organized in EEZ Studio can do much better than...

Import from Figma

Explore the possibility of importing and reimporting the project from Figma.Reference: https://github.com/eez-open/studio/issues/423 Task Type: New feature...