Hi,
I am developing an application with the lvgl driver. I was trying to make the example lvgl works, but I can not. I am using a 128 x 32 screen with a ssd1306 controller (in the description of the example says it is compatible). When I connect the screen to the board and flash the code nothing happens (the screen does not turn on). I dont know what part of the configuration I have to change depending on the screen type. I connect the screen to 5V and GND of the DK and the I2C to 31 and 30 pins. I did not change noting in the code. Doing debug of the code I have seen that the the functions below the "device_get_binding" does not execute.
¿Do you know if I am missing something important about the configuration?. I think the problem is the configuration of the display in the kconfig or the configuration in the I2C bus. ¿Am I in the way?. I can not see where it is exactly.
I have added the shield in CMakeList
Thanks for your time