-
Notifications
You must be signed in to change notification settings - Fork 54
Description
Followed instructions per readme
- git clone https://github.com/lvgl-micropython/lvgl_micropython
- cd lvgl_micropython
- python3 make.py rp2 BOARD=RPI_PICO2_W DISPLAY=ILI9488 INDEV=XPT2046 clean**
Error Output
Pico W Wi-Fi build support available.
Including User C Module(s) from ../../../../ext_mod/micropython.cmake
/usr/bin/python3: can't open file '/home/pee/Pico/lvgl_micropython/gen/_api_gen_mpy.py': [Errno 2] No such file or directory
OUTPUT:
RESULT: 2
CMake Error at /home/pee/Pico/lvgl_micropython/ext_mod/lvgl/micropython.cmake:45 (message):
Failed to generate
/home/pee/Pico/lvgl_micropython/lib/micropython/ports/rp2/build-RPI_PICO2_W/submodules/lv_mp.c
Call Stack (most recent call first):
/home/pee/Pico/lvgl_micropython/ext_mod/micropython.cmake:14 (include)
/home/pee/Pico/lvgl_micropython/lib/micropython/py/usermod.cmake:56 (include)
CMakeLists.txt:92 (include)
-- Configuring incomplete, errors occurred!
make: Leaving directory '/home/pee/Pico/lvgl_micropython/lib/micropython/ports/rp2'
make: *** [Makefile:77: submodules] Error 1
Comment:
I did note the board is not directly described in the readme however I do see it is included in vgl_micropython/lib/micropython/ports/rp2/