lv_binding_micropython
lv_binding_micropython copied to clipboard
RP2350 lv_micropython support
Hello, is there any plan to update lv_micropython to support RP2350? The version of PICO SDK also needs to be updated.
Hello!
lv_micropython is updated with MicroPython v1.24.1 code, so if you find your RP2350 board in MicroPython RP2 port list ( https://github.com/micropython/micropython/tree/master/ports/rp2 ), then it is supported.
Please build firmware for your board with following commands (replace
make -C ports/rp2 USER_C_MODULES=../../lib/lv_bindings/bindings.cmake submodules
make -C ports/rp2 BOARD=<boardname> BOARD_VARIANT=<variant> USER_C_MODULES=../../user_modules/lv_binding_micropython/micropython.cmake
Hello @Octopus1633 , Could you please test the above mentioned build approach, and close this issue when it works? Thank you!