OpenWrt – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | From 988c708cb76076829f067d85e227480d97fc2d25 Mon Sep 17 00:00:00 2001 |
2 | From: James Hughes <JamesH65@users.noreply.github.com> |
||
3 | Date: Tue, 20 Feb 2018 13:05:21 +0000 |
||
4 | Subject: [PATCH 225/454] Update rpi-ft5406-overlay.dts |
||
5 | |||
6 | The Y resolution of the touchscreen was incorrectly set to 600, should be 480. |
||
7 | --- |
||
8 | arch/arm/boot/dts/overlays/rpi-ft5406-overlay.dts | 2 +- |
||
9 | 1 file changed, 1 insertion(+), 1 deletion(-) |
||
10 | |||
11 | --- a/arch/arm/boot/dts/overlays/rpi-ft5406-overlay.dts |
||
12 | +++ b/arch/arm/boot/dts/overlays/rpi-ft5406-overlay.dts |
||
13 | @@ -12,7 +12,7 @@ |
||
14 | firmware = <&firmware>; |
||
15 | status = "okay"; |
||
16 | touchscreen-size-x = <800>; |
||
17 | - touchscreen-size-y = <600>; |
||
18 | + touchscreen-size-y = <480>; |
||
19 | touchscreen-inverted-x = <0>; |
||
20 | touchscreen-inverted-y = <0>; |
||
21 | touchscreen-swapped-x-y = <0>; |