Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- monitor=peripheral.find("monitor")
- monitor.setBackgroundColor(240)
- monitor.clear()
- monitor.setCursorPos(1,1)
- monitor.write("Hello World")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement