Hey,
I'm trying to get started with Lvgl on the Luckfox Lyra Ultra with a 10-inch LCD.
I've put the Ubuntu server image on the board's eMMC.
I've now created a simple button that alternates between two colors, so I can start, but the screen is still in portrait mode, while my target screen is landscape.
I was able to rotate the logo via the command line. But it stops there, the boot screen is back in portrait mode.
What are the steps to rotate the screen?
rotate screen
Hello, screen rotation is typically achieved through the software layer. Both the mainstream LVGL and QT have the function of rotating display. The screen rotation in desktop systems is also realized by configuring the software layer rotation.

