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.
 
 
 
zhaohe 2f37214415 V23 7 months ago
.vscode V10,优化UI显示 1 year ago
appenv V22 7 months ago
libxsync@8f83a2bf5e V2 1 year ago
libzqt update 1 year ago
qcss V4 1 year ago
release V22 7 months ago
src V23 7 months ago
zaf_protocol@54527389fb V18 10 months ago
.clang-format init . 2 years ago
.gitignore update .gitignore 7 months ago
.gitmodules update 1 year ago
CMakeLists.txt add logo 1 year ago
CMakeLists.txt.user V18 10 months ago
README.md V23 7 months ago
app.rc V10,优化UI显示 1 year ago
applogo.ico update logo 1 year ago
build.bat V22 7 months ago
init.bat V22 7 months ago
logo.ico V10,优化UI显示 1 year ago
logo32x32.ico V10,优化UI显示 1 year ago
mainwindow.cpp V22 7 months ago
mainwindow.h V8 1 year ago
mainwindow.ui V22 7 months ago
makesfx.exe V22 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: 添加信号延迟配置功能,该功能仅作为一个临时的调试功能,在后续版本中被删除