EEZ studio, build own app

Hello,

I have found nice development board (usable for home projects without building own HW) - Luckfox pico 86 panel wiki
Also I found, that EEZ studio is free to use and very simple low code development program.
My question is, if somebody have tryed to build simple C/C++ app in VS/VS code (or other soft) with use of generated UI from EEZ studio?

I am totally new in embeded developing.
In first steps I would like to build simple program with Hello world screen for WIN or Ubuntu (just for PC because i think it would be easier).
Then I would like to add some IO fields and pair it on variables from my own program.
Only then I would like to try build and run same working app for this development board.
But main problem is, that there on the web is no tutorial for this - using eez UI code for own app. Could you please help me somebody with this?

In advance thank you everybody for the answer :slight_smile:
Kindly regards,
Martin

@eez-open :smiling_face_with_tear:

Hi @topmartin9 welcome to the forum!

For testing LVGL UIs in the desktop before running on the hardware you can use the GitHub - lvgl/lv_port_pc_vscode · GitHub

About the Luckfox pico 86 panel I also have that display. It’s a very nice hardware. The exact model I have is the Luckfox-Pico-86-Panel-1408. Although I didn´t have time yet to do something with it.

Thank you for the answer. I’ll try it.

I found some “tutorial” (https://github.com/eez-open/studio/wiki) but it is not complete step by step what to do, so I will be happy for every help in this topic.