From c2425e4aabe82cf718952da8393acf77464d61e1 Mon Sep 17 00:00:00 2001 From: lovelyyoung <1002639516@qq.com> Date: Tue, 12 Apr 2022 17:44:41 +0800 Subject: [PATCH] =?UTF-8?q?sysinfo=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HuaGoCorrect/HuaGoCorrect.rc | Bin 39500 -> 39690 bytes HuaGoCorrect/HuaGoCorrectDlg.cpp | 1 + HuaGoCorrect/Resource.h | Bin 14850 -> 14942 bytes HuaGoCorrect/commondef.h | 4 +++- 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/HuaGoCorrect/HuaGoCorrect.rc b/HuaGoCorrect/HuaGoCorrect.rc index 2879126c97834bf52349b5621cc5d7b0f1b3ecb7..4afd0dc20c5cbbd2cfe9f1d17c4195f3e5c060b3 100644 GIT binary patch delta 115 zcmX@Jg{f;B(}oL@!ln!c48{yP42BGr3`Rg2$e+w8BRrW;UTL$0)D1>KQwDRWG)S2V zgT-c`G|%KPDJ_GetCheck(); + config.g400params.lutmode = ((CButton*)GetDlgItem(IDC_CKBLUTMODE))->GetCheck(); config.g400params.isColor = m_iColorIndex == 1 ? 1 : 0; config.g400params.doubleFeeded = TRUE; config.g400params.enableStable = FALSE; diff --git a/HuaGoCorrect/Resource.h b/HuaGoCorrect/Resource.h index d1cbf591d5ce8399aeb342a187dae823e8242468..3efe5cc2d0a82bfc8944868d316b0e06fedafc90 100644 GIT binary patch delta 31 ncmZoFxmU8`pV?$SEjDH!hS16Xb<`(*;Fw%zrn32;84EK2)fWtD delta 12 Tcmcat(p0kHpV{Upa~5U*E9C`v diff --git a/HuaGoCorrect/commondef.h b/HuaGoCorrect/commondef.h index fc65d6e..d0b5ce7 100644 --- a/HuaGoCorrect/commondef.h +++ b/HuaGoCorrect/commondef.h @@ -418,7 +418,9 @@ typedef union HG_ScanConfig unsigned int doubleFeeded : 1; unsigned int enableStable : 1; unsigned int enableLed : 1; - unsigned int reversed1 : 6; + unsigned int enableSizeDetect : 1; + unsigned int lutmode : 1; + unsigned int reversed1 : 4; unsigned int isCorrect : 1; unsigned int dstHeight : 8; unsigned int reversed2 : 6;