lv_binding_micropython icon indicating copy to clipboard operation
lv_binding_micropython copied to clipboard

RP2350 lv_micropython support

Open Octopus1633 opened this issue 1 year ago • 2 comments

Hello, is there any plan to update lv_micropython to support RP2350? The version of PICO SDK also needs to be updated.

Octopus1633 avatar Dec 12 '24 08:12 Octopus1633

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 and placeholders; variant can be removed if there is no variant):

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

PGNetHun avatar Mar 18 '25 00:03 PGNetHun

Hello @Octopus1633 , Could you please test the above mentioned build approach, and close this issue when it works? Thank you!

PGNetHun avatar Mar 19 '25 07:03 PGNetHun