From daac771e8b0c0a06ad997bcbf9e94562da451eb0 Mon Sep 17 00:00:00 2001
From: TheJoeCoder <joe@radialbog9.uk>
Date: Fri, 29 Nov 2024 14:25:07 +0000
Subject: [PATCH] Correct screen resolution

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 6f53ccd..ce73e37 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,7 @@ sudo ./.venv/bin/python3 main.py
 ```
 
 ## Architecture
-The main system running the software is a Raspberry Pi Zero 2 W. The display is a 240x240 pixel SPI display.
+The main system running the software is a Raspberry Pi Zero 2 W. The display is a 240x280 pixel SPI display.
 
 In terms of software stack:
 - The clock's software is written in Python, using the Pygame library for rendering the display.
-- 
GitLab