This commit is contained in:
2025-06-14 13:56:32 -04:00
parent c692d3aa9e
commit ac391965b0

View File

@@ -12,8 +12,10 @@ local function runMonitors()
end end
local function runDisplay() local function runDisplay()
while true do monitor.clear()
monitor.setTextScale(1)
monitor.setCursorPos(1,0) monitor.setCursorPos(1,0)
while true do
local drivers = { local drivers = {
{ Label = "Temperature", driver = tempDriver }, { Label = "Temperature", driver = tempDriver },
{ Label = "Coolant", driver = coolantDriver }, { Label = "Coolant", driver = coolantDriver },