-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Description
Answers checklist.
- I have read the documentation SiFli-SDK Programming Guide and the issue is not addressed there.
- I have updated my SiFli-SDK branch (main or release) to the latest version and checked that the issue is present there.
- I have searched the issue tracker for a similar issue and not found a similar issue.
General issue report
I have a big project. The project:
- Based on 523 microcontroller
- Has LCD with QSPI
- TTF fonts with GPU support (resource manager)
- LVGL 9
- Subproject EEZ Studio (0.23)
- Reproduces a sequence of PNG files
The project is built on version 2.4 from github
For demonstration purposes I have created a test project for the eh-lb523
board (demo board):
For the assembly:
- Add 1 megabyte for LVGL 9 heap (It is not possible to set a heap for LVGL in PSRAM from menuconfig #173)
- Enter the
.\set_env.bat
to the SDK root directory - Change the paths to Python (I recommend python 3.10 or higher) and EEZ Studio (version 0.23) in the file
test_gpu_app\dependency\gui\config.json
- Go to the
test_gpu_app\mc_proj
directory - Build a project
scons --board=eh-lb523 -j12
- Write firmwire
.\build_eh-lb523_hcpu\uart_download.bat
Video:
https://drive.google.com/file/d/1AzO1BHrPrle08PxRdPoATWFZfG7-ohE6/view?usp=sharing
Metadata
Metadata
Assignees
Labels
No labels