From f015791927e671e51b5ed9d4cba41f7959d5ac84 Mon Sep 17 00:00:00 2001 From: itzmarkoni Date: Sat, 14 Jun 2025 13:59:03 -0400 Subject: [PATCH] update --- main.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/main.lua b/main.lua index a36857e..0231789 100644 --- a/main.lua +++ b/main.lua @@ -14,6 +14,7 @@ end local function runDisplay() monitor.clear() monitor.setTextScale(1) + monitor.setCursorPos(1, 1) while true do local drivers = { { Label = "Temperature", driver = tempDriver },