Hi,
I’ve set up GitHub Codespace for LVGL. With this you can create, test, develop, build UIs with LVGL in an online VSCode editor. The result UI will be shown in VSCode too as a HTML file. All these are free for 30 hours per month (with the default 4 CPU core server)
All this takes only 4 click and 2 minutes assuming that you are already at the lvgl repo
-
1st click: Click on the
Code
button: -
2nd click: Click on the
Codespaces
tab
-
3rd click: Click the
Create Codespace on master
button: -
Wait a minute while the workspace is setting up
-
Drag
build_all.sh
file to the Terminal and press enter (I considered it as one click) You can also just type
./build_all.sh
into the Terminal.
-
Wait a minute while LVGL is compiling
-
Enjoy!
How does it work on your end?
Do you have any ideas how to start build_all.sh
with a “real click”?