Advertisement
Vladimir_Pruskalyow

TestPC

Mar 6th, 2016
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.25 KB | None | 0 0
  1.  
  2. local component = require("component")
  3. local gpu = component.gpu
  4.  
  5. local w, h = gpu.getResolution()
  6.  
  7. print("Монитор: ", gpu.getScreen())
  8. print("Разрешение: ", gpu.getResolution())
  9. print("Максимально: ", gpu.maxResolution())
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement