fix: adjust monitor cursor position to start from the top

This commit is contained in:
2025-06-14 13:55:11 -04:00
parent 3029fe8a49
commit c692d3aa9e

View File

@@ -13,7 +13,7 @@ end
local function runDisplay() local function runDisplay()
while true do while true do
monitor.setCursorPos(1,1) monitor.setCursorPos(1,0)
local drivers = { local drivers = {
{ Label = "Temperature", driver = tempDriver }, { Label = "Temperature", driver = tempDriver },
{ Label = "Coolant", driver = coolantDriver }, { Label = "Coolant", driver = coolantDriver },