LVGL demo not working with nRF9160DK

Hi,

I'm trying to use the adafruit_2_8_tft_touch_v2 shield on a nRF9160DK with the LVGL demo but it fails.

Project is unmodified and build on nRF Connect SDK 2.6.1 and 2.7.

Project works on nRF52840DK but not on nRF9160DK.

Backlight is turned on but nothing is drawn.

If I disable input so touch is disabled with CONFIG_INPUT=n, I see the hello world label and the counter label but this only confirms that screen is working.

When CONFIG_INPUT is enabled, CONFIG_I2C is also enabled with NRF_TWIM not sure whether the problem is related to I2C somehow?

One last thing, I have tried changing VDD IO to 3.3V without it changing anything

Related