From 832451cad87e9209b89a761b69a344f6b1c7c224 Mon Sep 17 00:00:00 2001 From: Rahix Date: Sat, 30 May 2026 15:22:39 +0200 Subject: [PATCH] README: Mention LCD case --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 945d661..86f5317 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,8 @@ The LCD shows the current state together with either the cycle counter ![LCD readout during a run](img/test-jig-display.jpg) +(LCD case is [20x4 LCD Enclosure](https://www.printables.com/model/957374-20x4-lcd-enclosure)) + ## Software architecture This is a pattern that I find to work well for control system software on hosted systems (the Linux on the Raspberry Pi in this case). It is not