-
Hello everyone! I just discovered EEZ Studio. I fell in love with it immediately when I started using it for LVGL development. Thank you for creating such amazing software! I noticed that EEZ Flow supports special data structures like Arrays and Structures, and not have a option to generate native code. Currently, I'd like to use these EEZ Flow data structures but need to persist some data for storage purposes. So my question is:
Alternatively, would it be possible for EEZ to provide some cross-platform methods for storing data? Looking forward to your insights. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Check this repository: https://github.com/eez-open/native-interface-lvgl-with-flow. And particularly this file: https://github.com/eez-open/native-interface-lvgl-with-flow/blob/master/src/ui/vars.cpp. |
Beta Was this translation helpful? Give feedback.
Check this repository: https://github.com/eez-open/native-interface-lvgl-with-flow. And particularly this file: https://github.com/eez-open/native-interface-lvgl-with-flow/blob/master/src/ui/vars.cpp.