Releases: CURTLab/LVGLBuilder
1.0.4 TestVersion
- Removed the color depth selection
- Fixed the program crash problem
- Support multi-language style
- Redesigned the new UI style
- With the addition of gogleBreakpad, if the program crashes, a dmp file will be generated under the program path, and with the pdb file under the program path, you can use vs for debug tracing.
6..Because the use of msvc2019, so only support 64-bit system
Relatively stable version
The compressed package already contains the test cases and the files needed for the export function
ChinsesFonts.zip contains the Chinese fonts required by the export function, unzip it and place it in the fonts folder of the program directory
ubuntu-gcc-x64.tar.gz is based on ubuntu18.04
run runit.sh to start program
The macos version is no longer available because of the lack of a test environment.
All event funcs OK
The compressed package already contains the test cases and the files needed for the export function
ChinsesFonts.zip contains the Chinese fonts required by the export function, unzip it and place it in the fonts folder of the program directory
ubuntu-gcc-x64.tar.gz is based on ubuntu18.04
run runit.sh to start program~
runis.sh
#########
LIB_PATH=$(cd ./lib; pwd)
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$LIB_PATH
chmod +x LVGLBuilder
./LVGLBuilder
#########
v1.0.2
Auto-save function only keeps three stored files per page
Support event function modification
Completed all event functions
Add test cases for all events
Support for reading relative path files (The configuration file and the picture need to be in the same directory)
new version
exportToProgramDir_NCF.zip 【NCF Not Include Chinese Fonts】 Contains test cases and files and fonts required for exporting code
Put the three folders in the compressed package under the program directory
New features
Added auto save file function
When the simulation stops running, widgets are restored to their original state immediately
Added btn, checkbox, ddlist, img, imgbtn and label event functions
undo/redo supports multiple pages
Label adds the event function of dynamically displaying time
First Release
Contains simple animation and some event functions