LittleV GUI porting for ST7789 - display configuration
Step 1 - prepare files for migration
The files downloaded from the lvgl official website mainly need the following selected files or folders:
Create a new folder named lvgl in your own project, and extract all the above selected files into the folder. The complete project file tree is as follows:
Of which:
The driver file in Bsp folder is ST ...
Posted by locell on Tue, 09 Nov 2021 11:25:01 -0800
The official demo routine is transplanted for 4412 development board
preface
After sharing how to transplant lvgl, an open source gui library, to run on your own development board, I saw a message asking if you had transplanted the official demo routine. Today, I just have time to try to transplant the official demo. The following is the general process.
1, Preparatory work
Before transplanting the of ...
Posted by steve490 on Thu, 14 Oct 2021 17:02:40 -0700