更新滑条阈值

This commit is contained in:
sunbeam 2024-08-27 15:36:44 +08:00
parent 6ab6df5370
commit f761e35b35
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
manifest_file_version: 1.0.0
project: p417_SWTR
creation_date: 2024-08-20T15:12:07.975+08:00[Asia/Shanghai]
creation_date: 2024-08-27T14:58:34.485+08:00[Asia/Shanghai]
operating_system: Windows 10
mcc_mode: IDE
mcc_mode_version: v6.20

View File

@ -353,7 +353,7 @@ SUBSTITUTE GOODS, TECHNOLOGY, SERVICES, OR ANY CLAIMS BY THIRD PARTIES
#define SCROLLER_0_PARAMS \
{ \
(uint8_t)SCROLLER_TYPE_SLIDER, 0u, 5u, \
SCROLLER_RESOL_DEADBAND((uint8_t)SCR_RESOL_8_BIT, (uint8_t)SCR_DB_NONE),(uint8_t)8,20\
SCROLLER_RESOL_DEADBAND((uint8_t)SCR_RESOL_8_BIT, (uint8_t)SCR_DB_NONE),(uint8_t)8,70\
}
/**********************************************************/