1. Plug in a WiFi stick (on the Raspberry Pi 3 Model V1.2, I didn't get the internal WiFi to work as a hotspot, however, that seems to be an issue that only I with my specific Pi have)
2. Create a network manager configuration in `/etc/NetworkManager/system-connection/PoolPayPi.nmconnection`, get the following information ...
@@ -100,6 +100,23 @@ Enabling SPI will place the line `dtparam=spi=on` in the file `/boot/firmware/co
</details>
### Display
1. Connect the display by placing it on the GPIO header
2. Append the following line to `/boot/firmware/config.txt`
-[Raspberry Pi Forum post mentioning the line to include in the config (German)](https://forum-raspberrypi.de/forum/thread/55290-displays-mit-spi-anschluss-unter-raspberry-pi-os-bullseye-bookworm/)
-[Device tree overlays README](https://github.com/raspberrypi/firmware/blob/master/boot/overlays/README)