summaryrefslogtreecommitdiff
path: root/cm.lua
diff options
context:
space:
mode:
Diffstat (limited to 'cm.lua')
-rw-r--r--cm.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/cm.lua b/cm.lua
index faabea6..b3a2d3f 100644
--- a/cm.lua
+++ b/cm.lua
@@ -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()