Advertisement
Guest User

bind_perphs.lua

a guest
Feb 10th, 2017
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.26 KB | None | 0 0
  1. function start(config)
  2.  
  3.   local component = require("component")
  4.  
  5.   component.gpu.bind("6dbe87d6-f4dd-4a55-839a-02975773b31f")
  6.   component.setPrimary("keyboard", "8a2dd75e-92a9-4de1-83e1-8a54be478f02")
  7.  
  8.   os.execute("resolution 128 40")
  9.  
  10.   print("Welcome Dave")
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement