Skip to content

Commit

Permalink
drm/panel: Fix default values for Waveshare 7.9 inch DSI touchscreen (#…
Browse files Browse the repository at this point in the history
…5565)

This fixes touchscreen calibration, axis swapping and inversion.

As referenced in #5550
  • Loading branch information
ilarrain authored and popcornmix committed Sep 13, 2023
1 parent 16c1541 commit 45ae986
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@
<&touch>, "touchscreen-size-x:0=800",
<&touch>, "touchscreen-size-y:0=480";
7_9_inch = <&panel>, "compatible=waveshare,7.9inch-panel",
<&touch>, "touchscreen-size-x:0=400",
<&touch>, "touchscreen-size-y:0=1280",
<&touch>, "touchscreen-size-x:0=4096",
<&touch>, "touchscreen-size-y:0=4096",
<&touch>, "touchscreen-inverted-x?",
<&touch>, "touchscreen-inverted-y?";
<&touch>, "touchscreen-swapped-x-y?";
8_0_inch = <&panel>, "compatible=waveshare,8.0inch-panel",
<&touch>, "touchscreen-size-x:0=800",
<&touch>, "touchscreen-size-y:0=1280",
Expand Down

0 comments on commit 45ae986

Please sign in to comment.