diff options
-rw-r--r-- | beescroll.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/beescroll.lua b/beescroll.lua index 8f61b9a..6fed401 100644 --- a/beescroll.lua +++ b/beescroll.lua @@ -1,4 +1,5 @@ local m = peripheral.find"monitor" +m.setTextScale(0.5) local W,H = m.getSize() |