This commit is contained in:
Andrey Nikitin 2023-02-01 17:37:01 +03:00
parent 7f2d295ba8
commit 914bde6c19
3 changed files with 69 additions and 7 deletions

3
examples/.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,3 @@
{
"Lua.runtime.version": "Lua 5.4"
}

29
examples/nav_dash.lua Normal file
View file

@ -0,0 +1,29 @@
local tardim = peripheral.find("digital_tardim_interface")
local screen = peripheral.find("monitor")
screen.clear()
screen.setCursorBlink(false)
screen.setTextScale(0.5)
-- 15x24
--[[
~ Current pos
X
Y
Z
Dimension
Facing
~ Destination
X
Y
Z
Dimension
Facing
~Fuel
Remaining
Required
TARDIM NAV| 11
]]