Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- ymon.clear(1)
- ymon = peripheral.wrap("left")
- ymon.setTextScale(5)
- ymon.setTextColor(colors.blue)
- ymon.setCursorPos(1,7)
- ymon.write("H")
- sleep(2)
- ymon.clear(1)
- ymon.setCursorPos(1,6)
- ymon.write("H")
- ymon.setCursorPos(1,7)
- ymon.write("O")
- sleep(2)
- ymon.clear(1)
- ymon.setCursorPos(1,5)
- ymon.write("H")
- ymon.setCursorPos(1,6)
- ymon.write("O")
- ymon.setCursorPos(1,7)
- ymon.write("T")
- sleep(2)
- ymon.clear(1)
- end
Advertisement
Add Comment
Please, Sign In to add comment