Hello,
I want to design a board with nRF52832 or nRF5340 which contains several sensors, QUAD or regular SPI flash memory, and a TFT LCD. This TFT has an SPI connection port and I am planning to use it.
As I see, there is only one way to use TFT LCD with Nordic's MCU which is Lvgl. I am planning to design a smartwatch. So the board will have a BLE connection too.
So, is there a guide to build an example app from ground to top? I am wondering about the using BLE SDK with Lvgl. How should I proceed?