mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-15 04:42:02 +00:00
26 lines
962 B
Diff
26 lines
962 B
Diff
From a50ceecc3e5dd51f39f96982ac5f09cbf3f0fa85 Mon Sep 17 00:00:00 2001
|
|
From: James Hughes <JamesH65@users.noreply.github.com>
|
|
Date: Tue, 20 Feb 2018 13:05:21 +0000
|
|
Subject: [PATCH 244/277] Update rpi-ft5406-overlay.dts
|
|
|
|
The Y resolution of the touchscreen was incorrectly set to 600, should be 480.
|
|
---
|
|
arch/arm/boot/dts/overlays/rpi-ft5406-overlay.dts | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/arch/arm/boot/dts/overlays/rpi-ft5406-overlay.dts b/arch/arm/boot/dts/overlays/rpi-ft5406-overlay.dts
|
|
index d4607b9d1cbf..1915ce188bf3 100644
|
|
--- a/arch/arm/boot/dts/overlays/rpi-ft5406-overlay.dts
|
|
+++ b/arch/arm/boot/dts/overlays/rpi-ft5406-overlay.dts
|
|
@@ -12,7 +12,7 @@
|
|
firmware = <&firmware>;
|
|
status = "okay";
|
|
touchscreen-size-x = <800>;
|
|
- touchscreen-size-y = <600>;
|
|
+ touchscreen-size-y = <480>;
|
|
touchscreen-inverted-x = <0>;
|
|
touchscreen-inverted-y = <0>;
|
|
touchscreen-swapped-x-y = <0>;
|
|
--
|
|
2.16.1
|
|
|