summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2024-04-03 21:46:56 +0100
committerubq323 <ubq323@ubq323.website>2024-04-03 21:46:56 +0100
commitd9c7e1957e9ce04d409b5ec598f6b986ccb8d9e4 (patch)
treee11bd8db93825135a3979bbfbc8ab87890b28f8e
parent563153d65f177605a836d1283aac14aa88435c54 (diff)
launch
-rw-r--r--john.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/john.lua b/john.lua
index 674ad42..e538ce2 100644
--- a/john.lua
+++ b/john.lua
@@ -26,6 +26,7 @@ function main()
local total_width = 0
for ix,iname in ipairs(monitors) do
local mon = peripheral.wrap(iname)
+ mon.setTextScale(0.5)
total_width = total_width + (mon.getSize())*2
end
local leftover = total_width - W