Page 1 of 1

Getting lvgl to work

Posted: Sat Apr 10, 2021 5:44 pm
by Lebowski
Hi,
i'm new to micropython. Currently im working on an m5stack for some testing, later i want to change to an NORVI IIOT ( https://norvi.lk/industrial-esp32-norvi-iiot/ ).

Today i try to get in contact with littlevgl. I had some experiences in the online simulator. But i don't understand how to get it work on my esp32. Is the a ready-to-use modul or do i've to build it.

Is there any step-by-step instruction

Thanks,

Re: Getting lvgl to work

Posted: Sun Apr 11, 2021 5:55 pm
by Lebowski
To concrete my question: Is there any prebuild version with micropython and enabled lvgl?

Re: Getting lvgl to work

Posted: Wed Apr 14, 2021 8:50 am
by Lebowski
Hello,

i got it to work. I followed the instructions on https://github.com/lvgl/lv_micropython/ ... /README.md

Except the last command. You have to use

Code: Select all

make -C ports/esp32 LV_CFLAGS="-DLV_COLOR_DEPTH=16 -DLV_COLOR_16_SWAP=1" BOARD=GENERIC_SPIRAM deploy