-
Notifications
You must be signed in to change notification settings - Fork 0
Higher‐Resolution
CrocBlanc edited this page Sep 1, 2025
·
1 revision
see import
local screen = dofile("high-res.lua")
OR
local screen = import("https://raw.githubusercontent.com/CrocBlancYT/computer-craft-libraries/refs/heads/main/src/high-res.lua")local buffer = screen.new(term, [pixelColor, backgroundColor])see demo for examples
buffer.refresh() -- applies the buffer to the termbuffer.clear() -- empties the bufferbuffer
{
[x][y] = true | false | nil
clear: function
refresh: function
}