Jump to content
  • Sky
  • Blueberry
  • Slate
  • Blackcurrant
  • Watermelon
  • Strawberry
  • Orange
  • Banana
  • Apple
  • Emerald
  • Chocolate
  • Charcoal

Luanub

Members
  • Content Count

    4
  • Joined

  • Last visited

Everything posted by Luanub

  1. So I figured it out. I was over complicating things by trying to use a 2nd GPU. After cutting back to 1 GPU it worked, but the keyboard would intermittently not swap over. A couple 1 tick sleeps fixed that. Here is what I ended up with, just got a couple things to add for handling the content of the screens and will be good to go. local event = require("event") local term = require("term") local component = require("component") local gpu = component.gpu local screen = component.list("screen") local screen1 = component.proxy(screen()) local screen2 = component.proxy(screen()) local kb1 = s
  2. Sasha do you know if this is a recent change with EnderIO? I know ComputerCraft used to have "bundled" cabled support for EnderIO's conduits. Would be a great thing to see over here on the OC side of things as well. It does look like it was being worked on at one point and things were going good, not sure what happened? https://github.com/MightyPirates/OpenComputers/issues/613
  3. Hello, I am fairly new to OC but have a fair amount of experience coding. I am working on setting up a Server to start familiarizing myself with the addon. I have the server configured, installed in the rack, OS installed, powered up and running no problems. I would like to have a screen/keyboard setup at the server itself, as well as having another setup elsewhere in the world and be able to use them both to interface with the server. I was hoping to do this using RC and a little service listening for "touch" signals from the monitors to use as the trigger to rebind the GPU/Screen. I
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.