mirror of
https://github.com/google/pebble.git
synced 2025-03-20 11:01:20 +00:00
60 lines
No EOL
1.1 KiB
JSON
60 lines
No EOL
1.1 KiB
JSON
{
|
|
"name": "gen_analog",
|
|
"friendlyVersion": "dev_0.0",
|
|
"company-name": "Pebble",
|
|
"visible-name": "Simple Watch Face",
|
|
|
|
"elements": [{
|
|
"type": "static-image",
|
|
"name": "background",
|
|
"position": [0, 0],
|
|
"image": {
|
|
"def-name": "SIMPLE_BG"
|
|
}
|
|
},{
|
|
"type": "time-text",
|
|
"name": "day_word",
|
|
"position": [46, 114],
|
|
"size": [27, 20],
|
|
"format": [{
|
|
"type": "day-name-abbreviated"
|
|
}],
|
|
"font": {
|
|
"font": "gothic",
|
|
"size": 18
|
|
},
|
|
"color": "white",
|
|
"background-color": "black"
|
|
},{
|
|
"type": "time-text",
|
|
"name": "day_num",
|
|
"position": [73, 114],
|
|
"size": [18, 20],
|
|
"format": [{
|
|
"type": "day-of-month"
|
|
}],
|
|
"font": {
|
|
"font": "gothic",
|
|
"size": 18,
|
|
"modifiers": ["bold"]
|
|
},
|
|
"color": "white",
|
|
"background-color": "black"
|
|
},{
|
|
"type": "hand",
|
|
"name": "minute_hand",
|
|
"time-element": "minute",
|
|
"pivot": [ 8, 80 ],
|
|
"trans-image": {
|
|
"def-name": "SIMPLE_MINUTE"
|
|
}
|
|
}, {
|
|
"type": "hand",
|
|
"name": "hour_hand",
|
|
"time-element": "hour",
|
|
"pivot": [ 6, 60 ],
|
|
"trans-image": {
|
|
"def-name": "SIMPLE_HOUR"
|
|
}
|
|
}]
|
|
} |