Verified Commit 6db719d9 authored by Jakob Moser's avatar Jakob Moser
Browse files

Remove apparently redundant line

parent 84a46aa2
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -134,7 +134,6 @@ Then, connect the cables to the Pi as described in this chart:
3. Add the following lines to `/boot/firmware/config.txt`

    ```ini
    dtparam=i2c_arm=on
    dtoverlay=waveshare35a
    ```

@@ -175,7 +174,7 @@ If you only need to display something, the built-in `fbtft` Device Tree Overlay
dtoverlay=fbtft,spi0-0,ili9486,width=320,height=480,regwidth=16,reset_pin=25,dc_pin=24,rotate=270
```

If you want to use touch, one of the following two lines might work (this might also need the `dtparam=i2c_arm=on` parameter set):
If you want to use touch, one of the following two lines might work (you might also need to add `dtparam=i2c_arm=on`):

```ini
dtoverlay=ads7846,penirq=25,speed=10000,penirq_pull=2,xohms=150