Initialize modular ATM10 CC control system
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
local M = {}
|
||||
function M.title(target, text)
|
||||
target.setCursorPos(1, 1)
|
||||
target.clearLine()
|
||||
target.write(text)
|
||||
end
|
||||
return M
|
||||
|
||||
Reference in New Issue
Block a user