diff options
| author | Mel <mel@rnrd.eu> | 2025-04-27 17:21:04 +0200 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2025-04-27 17:21:04 +0200 |
| commit | 91df1f208c71c60dfaa457f2faf0ad4d2836b2ce (patch) | |
| tree | 8c9451c65990c5ab69b704d0a70f7c3a5d5bb6f2 /machines | |
| parent | 0fe29bb54147024c5e36de919fe663aa856e0eb4 (diff) | |
| download | network-91df1f208c71c60dfaa457f2faf0ad4d2836b2ce.tar.zst network-91df1f208c71c60dfaa457f2faf0ad4d2836b2ce.zip | |
Add device tree overlay for ADS7846 touchscreen
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'machines')
| -rw-r--r-- | machines/fourmi/devices.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/machines/fourmi/devices.nix b/machines/fourmi/devices.nix index de872a7..82342af 100644 --- a/machines/fourmi/devices.nix +++ b/machines/fourmi/devices.nix @@ -9,6 +9,7 @@ # correctly configure hardware in this pi server. imports = [ nixos-hardware.nixosModules.raspberry-pi-4 + ../../modules/hardware/ads7846.nix ]; # boot settings |
