Problem using lvgl:

Hi,

I am using an nRF5340DK and an Adafruit 2.8" TFT Touch Shield to implement a touch keyboard on the board.

I am modifying the lvgl example provided by the sdk. The initial example worked fine. However, when I make changes to add the keyboard widget, it does not work. The original lvgl example works correctly, so I guess it's not a problem with the pin connection.

The keyboard is displayed on the screen, but touching it does nothing.

Also, when I touch the keyboard, I get the following error:

I am new to using screens on this type of board and using lvgl, so I don't know what could be wrong.

This is the current project. I attach it in case it could be useful.

lvgl_keyboard.zip

Useful information about the project:

- Using nRF5340DK and an Adafruit 2.8" TFT Touch Shield

- Using nRF Connect SDK v2.2.0.

- I have implemented the keyboard using this documentation

Related