Replies: 1 comment
-
|
@straga That's awesome. Thank you for the information! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Just for information. May some one need just esp32 and pure python Dispay/SPI driver.
copy *.py to board.
Now I am tested with master micropythin and esp-idf v5.2 work with out problem.
https://github.com/kdschlosser/lvgl_micropython/
Try by self for buidl: for testing.
Micropython board for lvgl
sdkconfig.base
manifest.py
mpconfigport.h
in ext_mod rename to heap_caps
build create
lvgl_micropython/build -> crate file lvgl_header.h
Build from standart micropython.
make -j 9 LV_PORT=esp32 LV_CFLAGS="-DLV_KCONFIG_IGNORE=1" BOARD=STRAGA_CORE_SPIRAM USER_C_MODULES=~/Documents/dev_iot/opt/upy/cmodules/lvgl/lvgl_micropython/micropython.cmake
Beta Was this translation helpful? Give feedback.
All reactions