lvgl / lv_port_stm32f469_disco

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

Issue building Demo #9

Closed MonsieurSpam closed 1 year ago

MonsieurSpam commented 1 year ago

I've been trying to use this repo as a demo to test my STM32F469i disco board. I cloned the repo, downloaded the latest lvgl folder, copied it into my project, and edited the main file with the following line to run the demo.

Screenshot 2023-10-15 at 5 09 09 PM

When I went to build the project, I'm having troubles with the actual demo files. It looks like this:

Screenshot 2023-10-15 at 5 10 10 PM

When I navigate within the font_multilang_large.c file I get the following error

Screenshot 2023-10-15 at 5 12 22 PM

Likewise within the font_multilang_small.c file I get the following error

Screenshot 2023-10-15 at 5 13 29 PM

I've followed all the steps in the LVGL documentation up to this point (importing lvgl, adding lvgl to my project path)

MonsieurSpam commented 1 year ago

Fixed. The issue was that I was using the latest version of lvgl. I made sure to download the stable 8.3 release. Furthermore, I started a new project by downloading as a zip and unzipping the files in this repo, and adding the lvgl folder. When importing the project into CubeIDE I did not migrate and chose to continue with the STM32Cube version this project was originally created with.