Skip to content

Commit

Permalink
Use rotate_90 instead of xy-swap
Browse files Browse the repository at this point in the history
  • Loading branch information
ulmanyar committed Apr 14, 2024
1 parent d74446a commit 2b27939
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
dr-gpios = <&gpio0 14 (GPIO_ACTIVE_HIGH)>;

sensitivity = "1x";
rotate-90;
abs-mode;
// sleep;
// no-taps;
Expand All @@ -61,7 +62,7 @@

cirque_config {
device = <&cirque>;
xy-swap;
//xy-swap;
y-invert;
x-invert;
};
Expand Down

0 comments on commit 2b27939

Please sign in to comment.