Jump to content




How does scaled text on monitors work?


  • You cannot reply to this topic
1 reply to this topic

#1 Klausar

  • Members
  • 110 posts

Posted 21 July 2012 - 03:00 PM

Hello CC Community,
can someone make me a simple example program with mon.setTextScale() ?? I couldn't get it working.

#2 KevinW1998

  • Members
  • 93 posts
  • LocationAustria(German)

Posted 21 July 2012 - 03:05 PM

yourmon = peripheral.wrap(yourside) -- enter here the side of the monitor
yourmon.setTextScale(5) -- 1 is the smallest 5 the biggest
term.redirect(yourmon)
print("test")
term.restore()






2 user(s) are reading this topic

0 members, 2 guests, 0 anonymous users