Advertisement
SolarFlare123

Program

Jul 13th, 2025 (edited)
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. monitor=peripheral.find("monitor")
  2. monitor.setBackgroundColor(240)
  3. monitor.clear()
  4. monitor.setCursorPos(1,1)
  5. monitor.write("Hello World")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement