Closed MonsieurSpam closed 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.
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.
When I went to build the project, I'm having troubles with the actual demo files. It looks like this:
When I navigate within the font_multilang_large.c file I get the following error
Likewise within the font_multilang_small.c file I get the following error
I've followed all the steps in the LVGL documentation up to this point (importing lvgl, adding lvgl to my project path)