Manual iris control

This commit is contained in:
2026-01-01 23:47:11 -05:00
parent 0906603e58
commit 49c3eea4d2
2 changed files with 41 additions and 3 deletions

View File

@ -194,9 +194,10 @@ function display.showIncoming(addressName, addressString, allowed, reason)
mon.setCursorPos(1, 7)
mon.write(addressString)
end
end
function display.showEntity(entityType, entityName, allowed)
display.drawIrisStatus()
endfunction
display.showEntity(entityType, entityName, allowed)
mon.setTextScale(1)
mon.setCursorPos(1, 10)
mon.write("Type: " .. entityType)