mirror of
https://github.com/google/pebble.git
synced 2025-05-28 14:03:12 +00:00
Import of the watch repository from Pebble
This commit is contained in:
commit
3b92768480
10334 changed files with 2564465 additions and 0 deletions
60
tools/generate_watchface/watch_generators/gen_analog.json
Normal file
60
tools/generate_watchface/watch_generators/gen_analog.json
Normal file
|
@ -0,0 +1,60 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue