diff options
-rw-r--r-- | cm.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ -- clear all monitors local ms = peripheral.find"monitor" for _,m in ipairs(ms) do + print(_) m.setPaletteColor(colors.black, 0, 0, 0) m.setBackgroundColor(colors.black) m.clear() |