added support for pseudo global circuit, started dynamic switching of pipes, nicer format evaluation

This commit is contained in:
john30
2016-03-20 20:04:09 +01:00
parent f4b5d1a57f
commit 5b54666f39
3 changed files with 116 additions and 35 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"title": "DCF",
"bounds": [10,0,54,48],
"bounds": [140,0,54,48],
"image": "dcf.svg",
"image-pos": [10, 10],
"items": [
+8
View File
@@ -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}
]
}