You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hardware/display/troubleshooting.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,24 @@ sudo reboot
28
28
* Make sure you've updated Raspbian, see above for steps.
29
29
* Check the smaller ribbon cable is seated properly
30
30
31
+
If you want to make sure your Pi has detected your touchscreen, try running:
32
+
33
+
```bash
34
+
dmesg | grep -i ft5406
35
+
```
36
+
37
+
You should see a couple of lines that look like this:
38
+
39
+
```text
40
+
[ 5.224267] rpi-ft5406 rpi_ft5406: Probing device
41
+
[ 5.225960] input: FT5406 memory based driver as /devices/virtual/input/input3
42
+
```
43
+
44
+
A detected touchscreen will also cause the `fbheight` and `fbwidth` parameters in `/proc/cmdline` to equal 480 and 800 respectively ( the resolution of the screen ), you can verify this by running:
0 commit comments