Docs!
This commit is contained in:
parent
7f2d295ba8
commit
914bde6c19
3 changed files with 69 additions and 7 deletions
3
examples/.vscode/settings.json
vendored
Normal file
3
examples/.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"Lua.runtime.version": "Lua 5.4"
|
||||
}
|
29
examples/nav_dash.lua
Normal file
29
examples/nav_dash.lua
Normal 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
|
||||
|
||||
]]
|
Loading…
Add table
Add a link
Reference in a new issue