Skip to content

Commit

Permalink
boards: stm32f429i_disc1: inverted touch controller axes
Browse files Browse the repository at this point in the history
This inverts x and y axes as reported by stmpe811 driver for stm32f429i.

Signed-off-by: Dominik Lau <dlau@internships.antmicro.com>
Signed-off-by: Filip Kokosinski <fkokosinski@antmicro.com>
  • Loading branch information
laudominik authored and fkokosinski committed Oct 9, 2024
1 parent be025b4 commit 727594d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions boards/st/stm32f429i_disc1/stm32f429i_disc1.dts
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@
lvgl_pointer {
compatible = "zephyr,lvgl-pointer-input";
input = <&stmpe811>;
invert-x;
invert-y;
};

mipi_dbi {
Expand Down Expand Up @@ -177,6 +175,8 @@
touch-detect-delay-us = <5000>;
touch-average-control = <8>;
tracking-index = <127>;
inverted-x;
inverted-y;
};
};

Expand Down

0 comments on commit 727594d

Please sign in to comment.