Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CC Montior support as Target for Display Link #43

Open
Luke1505 opened this issue Jun 23, 2023 · 3 comments
Open

CC Montior support as Target for Display Link #43

Luke1505 opened this issue Jun 23, 2023 · 3 comments
Assignees

Comments

@Luke1505
Copy link
Collaborator

No description provided.

@Luke1505 Luke1505 converted this from a draft issue Jun 23, 2023
@SammyForReal SammyForReal self-assigned this Jun 23, 2023
@stacode123
Copy link

Yes cool idea i no longer would have to create a separate computer for every of my display

@Plasman888
Copy link

Yess im trying to write a code for this exact purpose right now but i cant get the getLine command working

@Plasman888
Copy link

Finally did it, https://pastebin.com/7hmKMNXY;

local monitor = peripheral.find("monitor")
local display = peripheral.find("create_target")
while true do
monitor.clear()
a = display.getLine(1)
monitor.setCursorPos(1, 1)
monitor.write(a)
sleep(0.05)
end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

4 participants