File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
config/boards/shields/charybdis Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,9 @@ CONFIG_PMW3610_INVERT_Y=y
13
13
14
14
# Optional power saving and performance tuning
15
15
CONFIG_PMW3610_RUN_DOWNSHIFT_TIME_MS=3264
16
- CONFIG_PMW3610_REST1_SAMPLE_TIME_MS=40
17
- #CONFIG_PMW3610_REST1_DOWNSHIFT_TIME_MS=9600
16
+ CONFIG_PMW3610_REST1_SAMPLE_TIME_MS=100
17
+ CONFIG_PMW3610_REST2_SAMPLE_TIME_MS=200
18
+ CONFIG_PMW3610_REST3_SAMPLE_TIME_MS=1000
18
19
#CONFIG_PMW3610_REST2_SAMPLE_TIME_MS=
19
20
#CONFIG_PMW3610_REST2_DOWNSHIFT_TIME_MS=
20
21
#CONFIG_PMW3610_REST3_SAMPLE_TIME_MS=
@@ -24,4 +25,4 @@ CONFIG_PMW3610_REST1_SAMPLE_TIME_MS=40
24
25
CONFIG_PMW3610_SMART_ALGORITHM=y
25
26
26
27
# If you have power-up issues, uncomment and tune this:
27
- CONFIG_PMW3610_INIT_POWER_UP_EXTRA_DELAY_MS=1000
28
+ CONFIG_PMW3610_INIT_POWER_UP_EXTRA_DELAY_MS=2000
Original file line number Diff line number Diff line change 44
44
reg = <0>;
45
45
spi-max-frequency = <2000000>;
46
46
irq-gpios = <&gpio0 6 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
47
- cpi = <1500 >;
47
+ cpi = <400 >;
48
48
evt-type = <INPUT_EV_REL>;
49
49
x-input-code = <INPUT_REL_X>;
50
50
y-input-code = <INPUT_REL_Y>;
You can’t perform that action at this time.
0 commit comments