From 0545299672e446faea7241c652b5bb3f83eab22a Mon Sep 17 00:00:00 2001 From: ubq323 Date: Mon, 1 Apr 2024 02:24:54 +0100 Subject: launch o --- beeite.lua | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 beeite.lua (limited to 'beeite.lua') diff --git a/beeite.lua b/beeite.lua deleted file mode 100644 index b1449fe..0000000 --- a/beeite.lua +++ /dev/null @@ -1,30 +0,0 @@ -local framebuf = require("framebuf") -local fb = framebuf.new() - - -local monitors = { - "monitor_1808", "monitor_1810", "monitor_1809" -} - -for ix,iname in ipairs(monitors) do - print("doing",ix,iname) - local mon = peripheral.wrap(iname) - mon.clear() - mon.setTextScale(0.5) - fb:clear() - fb:ppm(fs.open("img/john_"..ix..".pnm","rb")) - local t = term.redirect(mon) - local _, bee = pcall(function() fb:present() end) - term.redirect(t) - print(bee) -end - --- local m = peripheral.wrap "bottom" --- m.clear() --- m.setTextScale(0.5) --- local t = term.redirect(m) --- local _, bee = pcall(function() --- fb:present() --- end) --- term.redirect(t) --- print(bee) -- cgit v1.2.3