-
Hi Zephyr community, I am reaching for help as I am stuck on a project and I can't seem to figure out the problem by myself. I hope this is the right place to ask, let me know if it isn't. Here is my repo, where I wrote some code based around the basic Zephyr LVGL sample in app/src/display/xiao_display.c : Thanks in advance
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
The error states your issue:
https://docs.zephyrproject.org/latest/build/dts/api/bindings/input/gpio-keys.html |
Beta Was this translation helpful? Give feedback.
-
It seems I had the same issue as described here: https://devzone.nordicsemi.com/f/nordic-q-a/107481/cannot-build-lvgl-sample-for-nrf7002dk |
Beta Was this translation helpful? Give feedback.
It seems I had the same issue as described here: https://devzone.nordicsemi.com/f/nordic-q-a/107481/cannot-build-lvgl-sample-for-nrf7002dk
As I do not use the INPUT_KEYS_n on any GPIO, I had to specify CONFIG_INPUT_GPIO_KEYS=n in the prj.conf file.