Typo in overlays README
authorAndrew Scheller <andrew.scheller@raspberrypi.com>
Thu, 19 Oct 2023 13:13:36 +0000 (14:13 +0100)
committerDom Cobley <popcornmix@gmail.com>
Mon, 19 Feb 2024 11:35:08 +0000 (11:35 +0000)
touchscreen-size-y for rpi-ft5406 defaults to 480, not 600

arch/arm/boot/dts/overlays/README

index a030e11..d9ef0cd 100644 (file)
@@ -3742,7 +3742,7 @@ Name:   rpi-ft5406
 Info:   Official Raspberry Pi display touchscreen
 Load:   dtoverlay=rpi-ft5406,<param>=<val>
 Params: touchscreen-size-x      Touchscreen X resolution (default 800)
-        touchscreen-size-y      Touchscreen Y resolution (default 600);
+        touchscreen-size-y      Touchscreen Y resolution (default 480);
         touchscreen-inverted-x  Invert touchscreen X coordinates (default 0);
         touchscreen-inverted-y  Invert touchscreen Y coordinates (default 0);
         touchscreen-swapped-x-y Swap X and Y cordinates (default 0);