-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Any guide on how to add a eez studio generated UI to an esp-idf project? #3
Comments
Hi, thank you! It depends what type is your project - if you want to use flow and some other features EEZ studio has then you will need those libraries and I can check what would be best project for that type. But if you just want to create GUI without flow ( that is how SquareLine studio has ) then you may want to wait just a bit more, as that sample is planned in next revision that will probably be in few days. You can join on EEZ discord as that is currently a topic. |
Thank you Goran,
I am not really sure I will need flow, from what I could understand it allows blocks programming in EEZ studio, but I could not find out which features the project will be missing. To be honest, the documentation at <https://www.envox.eu/eez-studio-docs/> EEZ Studio docs | EEZ (envox.eu) it is not enough comprehensive, and the little I achieve was mostly trial and error. Never used Squareline, so I do not have that reference (wanted to try but did not like the subscription model).
I will look forward for the next revision.
Da: Goran Mahovlic ***@***.***>
Inviato: mercoledì 14 febbraio 2024 20:59
A: eez-open/esp32-lvgl-eez-demo ***@***.***>
Cc: Thomas Sosio ***@***.***>; Author ***@***.***>
Oggetto: Re: [eez-open/esp32-lvgl-eez-demo] Any guide on how to add a eez studio generated UI to an esp-idf project? (Issue #3)
Hi,
thank you!
It depends what type is your project - if you want to use flow and some other features EEZ studio has then you will need those libraries and I can check what would be best project for that type.
But if you just want to create GUI without flow ( that is how SquareLine studio has ) then you may want to wait just a bit more, as that sample is planned in next revision that will probably be in few days.
You can join on EEZ discord as that is currently a topic.
https://discord.gg/UgzzbNTNV4
—
Reply to this email directly, view it on GitHub <#3 (comment)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/AC2ZJ6SZT5SKKEPB5PKLI5LYTUJRHAVCNFSM6AAAAABDI5FO4GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNBUGQ4TSOJVHE> .
You are receiving this because you authored the thread. <https://github.com/notifications/beacon/AC2ZJ6SDOLFO7KUZPTICIYDYTUJRHA5CNFSM6AAAAABDI5FO4GWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTTT423PO.gif> Message ID: ***@***.*** ***@***.***> >
|
Hi, I like eez studio, still very new to it and learning, but seems like a very good tool. Thank you.
I have an ESP-IDF (vscode) project (also running arduino as component there). I am trying to add the generated ui to this project.
I have lvgl component, but somehow searching I found i needed an eez-framework, so I copied into my components (having trouble with c-make there...) an plus other issues.
I've looked into this repository, looking for an example to follow, but the structure does only partly seems similar to what I have.
Is there a full step by step guide to integrate the generated ui folder/files and all the necessary dependencies into an esp-idf project?
Maybe a "ready to go" component? I am quite new to the esp-idf enviroment, and struggling with cmake as well.
Thank you
The text was updated successfully, but these errors were encountered: