added support for pseudo global circuit, started dynamic switching of pipes, nicer format evaluation
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"title": "DCF",
|
||||
"bounds": [10,0,54,48],
|
||||
"bounds": [140,0,54,48],
|
||||
"image": "dcf.svg",
|
||||
"image-pos": [10, 10],
|
||||
"items": [
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"title": "eBUS",
|
||||
"bounds": [10,0,110,50],
|
||||
"items": [
|
||||
{"name": "lastup", "top": 0, "left": 0},
|
||||
{"name": "signal", "format": "Signal: $", "top": 0.4, "left": 0}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user