Can littleVGL work on the STM32 platform with LL library?

Description

littleVGL do not work on stm32F429 with LL library .

What MCU/Processor/Board and compiler are you using?

STM32F429 + freeRTOS

What LVGL version are you using?

V7.2

What do you want to achieve?

littleVGL works well on the STM32F429 platform with the LL library, just like it works on the STM32F429 platform with the HAL library.

What have you tried so far?

1、I tried to change the screen color from red to blue in the thread through the display interface.everything is ok.
2、using HAL library,everything is ok.
3、Code run in the simulator on PC ,everything is ok.
4、using LL library, Do not show.

Code to reproduce

Add a code snippet which can run in the simulator. It should contain only the relevant code that compiles without errors when separated from your main code base.

The code block(s) should be formatted like:

/*You code here*/

Screenshot and/or video

If possible, add screenshots and/or videos about the current state.

It’s your ll version code not work.Not lvgl.

1 Like

But I tried like this using LL library.

1、I tried to change the screen color from red to blue in the thread through the display interface.everything is ok.

AND display driver and sdram driver are HAL ~

After re-creation, it can be displayed normally.
Thank you!