diff --git a/main.lua b/main.lua index 4ae3e62..428e7c7 100644 --- a/main.lua +++ b/main.lua @@ -12,8 +12,10 @@ local function runMonitors() end local function runDisplay() + monitor.clear() + monitor.setTextScale(1) + monitor.setCursorPos(1,0) while true do - monitor.setCursorPos(1,0) local drivers = { { Label = "Temperature", driver = tempDriver }, { Label = "Coolant", driver = coolantDriver },