I followed this tutorial:
https://controllerstech.com/lvgl-on-stm32-part-1/I double check my connections.
I use Discovery board with STM32F407G.
My display module is popular 2,8" display with ILI9341
controller.
The only change I introduced comparing to tutorial is reducing buffer size in line 52 of lv_conf.h to 16 bytes, because it didn't fit my RAM.
I copied 1:1 LCDController.h from file attached to tutorial (just scroll to the bottom to download it).
I added lv_timer_handler in main loop.
I added systic handler in stm32l4xx_it.c
But I get white screen as a result. What else should I check?
Any help will be appreciated!