浏览代码

Improve JGAurora A1/A5S touch buttons (#16394)

Tanguy Pruvot 4 年前
父节点
当前提交
96a5e64bb8
共有 2 个文件被更改,包括 4 次插入4 次删除
  1. 2
    2
      config/examples/JGAurora/A1/Configuration.h
  2. 2
    2
      config/examples/JGAurora/A5S/Configuration.h

+ 2
- 2
config/examples/JGAurora/A1/Configuration.h 查看文件

@@ -1667,13 +1667,13 @@
1667 1667
 // This option overrides the default number of encoder pulses needed to
1668 1668
 // produce one step. Should be increased for high-resolution encoders.
1669 1669
 //
1670
-#define ENCODER_PULSES_PER_STEP 1
1670
+//#define ENCODER_PULSES_PER_STEP 2
1671 1671
 
1672 1672
 //
1673 1673
 // Use this option to override the number of step signals required to
1674 1674
 // move between next/prev menu items.
1675 1675
 //
1676
-#define ENCODER_STEPS_PER_MENU_ITEM 1
1676
+//#define ENCODER_STEPS_PER_MENU_ITEM 2
1677 1677
 
1678 1678
 /**
1679 1679
  * Encoder Direction Options

+ 2
- 2
config/examples/JGAurora/A5S/Configuration.h 查看文件

@@ -1667,13 +1667,13 @@
1667 1667
 // This option overrides the default number of encoder pulses needed to
1668 1668
 // produce one step. Should be increased for high-resolution encoders.
1669 1669
 //
1670
-#define ENCODER_PULSES_PER_STEP 1
1670
+//#define ENCODER_PULSES_PER_STEP 2
1671 1671
 
1672 1672
 //
1673 1673
 // Use this option to override the number of step signals required to
1674 1674
 // move between next/prev menu items.
1675 1675
 //
1676
-#define ENCODER_STEPS_PER_MENU_ITEM 1
1676
+//#define ENCODER_STEPS_PER_MENU_ITEM 2
1677 1677
 
1678 1678
 /**
1679 1679
  * Encoder Direction Options

正在加载...
取消
保存