Question
How to use the LCD in the f429i discovery board with CubeIDE? In the old cubemx examples there are rich libraries to draw, write, etc on LCD, but they're not updated to the CubeIDE Hal drivers.
You can import demo projects from the Cube package downloaded by the IDE, but you cannot integrate the libraries in a CubeIDE project, because they use different drivers. All you're left with in the new IDE is low-level functions. Is there a software package suitable for that? It's sad that even much of official ST documentation for boards still refer to pre-cubeIDE era.