Add example configs and bg image
parent
f8d93eef00
commit
f4e60856f4
|
|
@ -0,0 +1,88 @@
|
|||
{
|
||||
"time": {
|
||||
"font": "6x8",
|
||||
"fontSize": 3,
|
||||
"outline": 2,
|
||||
"color": "#0ff",
|
||||
"outlineColor": "#00f",
|
||||
"border": "#0f0",
|
||||
"xPadding": -1,
|
||||
"yPadding": -2.5,
|
||||
"xOffset": 2,
|
||||
"yOffset": 0,
|
||||
"boxPos": {
|
||||
"x": "0.33",
|
||||
"y": "0.29"
|
||||
}
|
||||
},
|
||||
"meridian": {
|
||||
"font": "6x8",
|
||||
"fontSize": 2,
|
||||
"outline": 1,
|
||||
"color": "#FF9900",
|
||||
"outlineColor": "fg",
|
||||
"border": "#0ff",
|
||||
"xPadding": -0.5,
|
||||
"yPadding": -1.5,
|
||||
"xOffset": 2,
|
||||
"yOffset": 1,
|
||||
"boxPos": {
|
||||
"x": "0.34",
|
||||
"y": "0.46"
|
||||
},
|
||||
"short": false
|
||||
},
|
||||
"dow": {
|
||||
"font": "6x8",
|
||||
"fontSize": 2,
|
||||
"outline": 1,
|
||||
"color": "#000",
|
||||
"outlineColor": "#fff",
|
||||
"border": "#0f0",
|
||||
"xPadding": -0.5,
|
||||
"yPadding": -0.5,
|
||||
"xOffset": 1,
|
||||
"yOffset": 1,
|
||||
"boxPos": {
|
||||
"x": "0.5",
|
||||
"y": "0.82"
|
||||
}
|
||||
},
|
||||
"step": {
|
||||
"font": "6x8",
|
||||
"fontSize": 2,
|
||||
"outline": 1,
|
||||
"color": "#000",
|
||||
"outlineColor": "#fff",
|
||||
"border": "#0f0",
|
||||
"xPadding": -0.5,
|
||||
"yPadding": 0.5,
|
||||
"xOffset": 1,
|
||||
"yOffset": 1,
|
||||
"boxPos": {
|
||||
"x": "0.5",
|
||||
"y": "0.71"
|
||||
},
|
||||
"prefix": "Steps: "
|
||||
},
|
||||
"batt": {
|
||||
"font": "4x6",
|
||||
"fontSize": 2,
|
||||
"outline": 1,
|
||||
"color": "#0ff",
|
||||
"outlineColor": "#00f",
|
||||
"border": "#0f0",
|
||||
"xPadding": -0.5,
|
||||
"yPadding": -0.5,
|
||||
"xOffset": 1,
|
||||
"yOffset": 1,
|
||||
"boxPos": {
|
||||
"x": "0.87",
|
||||
"y": "0.87"
|
||||
},
|
||||
"suffix": "%"
|
||||
},
|
||||
"bg": {
|
||||
"img": "boxclk.space.img"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,85 @@
|
|||
{
|
||||
"time": {
|
||||
"font": "6x8",
|
||||
"fontSize": 5,
|
||||
"outline": 3,
|
||||
"color": "bgH",
|
||||
"outlineColor": "fg",
|
||||
"border": "#f0f",
|
||||
"xPadding": -2,
|
||||
"yPadding": -4.5,
|
||||
"xOffset": 3,
|
||||
"yOffset": 0,
|
||||
"boxPos": {
|
||||
"x": "0.5",
|
||||
"y": "0.33"
|
||||
}
|
||||
},
|
||||
"dow": {
|
||||
"font": "6x8",
|
||||
"fontSize": 3,
|
||||
"outline": 1,
|
||||
"color": "#5ccd73",
|
||||
"outlineColor": "fg",
|
||||
"border": "#f0f",
|
||||
"xPadding": -1,
|
||||
"yPadding": 0.5,
|
||||
"xOffset": 2,
|
||||
"yOffset": 0,
|
||||
"boxPos": {
|
||||
"x": "0.5",
|
||||
"y": "0.57"
|
||||
},
|
||||
"short": false
|
||||
},
|
||||
"date": {
|
||||
"font": "6x8",
|
||||
"fontSize": 2,
|
||||
"outline": 1,
|
||||
"color": "#5ccd73",
|
||||
"outlineColor": "fg",
|
||||
"border": "#f0f",
|
||||
"xPadding": -0.5,
|
||||
"yPadding": 0.5,
|
||||
"xOffset": 1,
|
||||
"yOffset": 0,
|
||||
"boxPos": {
|
||||
"x": "0.5",
|
||||
"y": "0.75"
|
||||
}
|
||||
},
|
||||
"step": {
|
||||
"font": "4x6",
|
||||
"fontSize": 3,
|
||||
"outline": 2,
|
||||
"color": "bgH",
|
||||
"outlineColor": "fg",
|
||||
"border": "#f0f",
|
||||
"xPadding": -1,
|
||||
"yPadding": 0.5,
|
||||
"xOffset": 2,
|
||||
"yOffset": 1,
|
||||
"boxPos": {
|
||||
"x": "0.5",
|
||||
"y": "0.92"
|
||||
},
|
||||
"prefix": "Steps: "
|
||||
},
|
||||
"batt": {
|
||||
"font": "4x6",
|
||||
"fontSize": 3,
|
||||
"outline": 2,
|
||||
"color": "bgH",
|
||||
"outlineColor": "fg",
|
||||
"border": "#f0f",
|
||||
"xPadding": -1,
|
||||
"yPadding": -1,
|
||||
"xOffset": 2,
|
||||
"yOffset": 2,
|
||||
"boxPos": {
|
||||
"x": "0.85",
|
||||
"y": "0.08"
|
||||
},
|
||||
"suffix": "%"
|
||||
}
|
||||
}
|
||||
Binary file not shown.
Loading…
Reference in New Issue