diff --git a/main.lua b/main.lua index f9aa13d..4ae3e62 100644 --- a/main.lua +++ b/main.lua @@ -13,7 +13,7 @@ end local function runDisplay() while true do - monitor.setCursorPos(1,1) + monitor.setCursorPos(1,0) local drivers = { { Label = "Temperature", driver = tempDriver }, { Label = "Coolant", driver = coolantDriver },