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...

Rprog output is limited to set voltage or current on DCP405

fietser28Make the rprog (voltage or current) honor the Vset/Iset limits.In normal operation I always set things low to avoid magic smoke. With prog currently the voltage limit is completely off now. Looking into the schematics it doen’t look hard to...