lvgl / lv_port_stm32f469_disco

LVGL ported to STM32F469 Discovery using SWSTM32 (Ac6) IDE
16 stars 10 forks source link

Updated project to CubeIDE with CubeMX #7

Closed mdiepart closed 1 year ago

mdiepart commented 1 year ago

This PR converts the old SW4STM32 to a CubeIDE project with CubeMX code generator. It also fixes issue #6.

The changes are quite numerous and the port was developped in another repository (mdiepart/lv_port_stm32f469_disco_cubemx). I did not bother too much and simply deleted all the old files and copied the new ones.

kisvegabor commented 1 year ago

It's nice to see that a lot of files were deleted. We will have cleaner directory structure now :slightly_smiling_face:

I merge it, thank you.