Out of tree LVGL driver

I am attempting to interface an nRF54L15 to an NV3007 LCD display and make use of LVGL.
From what I can see, there is an nv3007 driver in LVGL, but not in the version of LVGL bundled with any of the Zephyr nRF SDKs
github.com/.../lv_nv3007.c

I am attempting to build the above driver by adding it to my app code. However, it fails to link.

/src/lv_nv3007.c:186: undefined reference to `lv_lcd_generic_mipi_create'
/opt/nordic/ncs/toolchains/5c0d382932/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/../../../../arm-zephyr-eabi/bin/ld.bfd: lv_nv3007.c:193: undefined reference to `lv_lcd_generic_mipi_send_cmd_list'

1. Is it possible to build this driver out of tree as part of my app code, or is lvgl.a perhaps not exporting these symbols?
2. Is it possible to use the latest lvgl with Zephyr on nRF54L15?
3. Is there some other way to resolve this?

Thanks

Parents Reply Children
No Data
Related