You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
7 months ago | |
---|---|---|
.vscode | 1 year ago | |
appenv | 7 months ago | |
libxsync@8f83a2bf5e | 1 year ago | |
libzqt | 1 year ago | |
qcss | 1 year ago | |
release | 7 months ago | |
src | 7 months ago | |
zaf_protocol@54527389fb | 10 months ago | |
.clang-format | 2 years ago | |
.gitignore | 7 months ago | |
.gitmodules | 1 year ago | |
CMakeLists.txt | 1 year ago | |
CMakeLists.txt.user | 10 months ago | |
README.md | 7 months ago | |
app.rc | 1 year ago | |
applogo.ico | 1 year ago | |
build.bat | 7 months ago | |
init.bat | 7 months ago | |
logo.ico | 1 year ago | |
logo32x32.ico | 1 year ago | |
mainwindow.cpp | 7 months ago | |
mainwindow.h | 1 year ago | |
mainwindow.ui | 7 months ago | |
makesfx.exe | 7 months ago |
README.md
V14:
修正光源亮度每次提交都会递减的BUG
V17:
旧版本硬件稳定版本
V18:
添加信号延迟配置功能
V19,20:
修复信号延迟配置功能的BUG
V22:
基于V17,调整光源亮度计算公式 为duty = 59- 0.58773 * duty;
V23:
修复回读duty值不准确的BUG
编译说明
1. 使用QTCreater可以打开工程后直接编译
2. 命令行编译指令如下
./init.bat
./build.bat
特殊版本说明:
V17: 旧版本硬件稳定版本
V21: 添加信号延迟配置功能,该功能仅作为一个临时的调试功能,在后续版本中被删除