This commit is contained in:
2025-06-14 13:59:03 -04:00
parent ac1cb7baa7
commit f015791927

View File

@@ -14,6 +14,7 @@ end
local function runDisplay() local function runDisplay()
monitor.clear() monitor.clear()
monitor.setTextScale(1) monitor.setTextScale(1)
monitor.setCursorPos(1, 1)
while true do while true do
local drivers = { local drivers = {
{ Label = "Temperature", driver = tempDriver }, { Label = "Temperature", driver = tempDriver },