parent
2889a73ff5
commit
ed998b8b81
|
|
@ -7,5 +7,16 @@ By Amos Blanton, inspired by and remixed from Rinkulainen by Jukio Kallio.
|
|||

|
||||
View when watch is locked.
|
||||
|
||||

|
||||
View when watch is locked with numbers and bubble settings on
|
||||
|
||||

|
||||
View when watch is locked with numbers settings on
|
||||
|
||||

|
||||
Watch unlocked, without numbers
|
||||
|
||||

|
||||
Watch unlocked, showing the date.
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -10,9 +10,9 @@
|
|||
|
||||
const watch = {
|
||||
color:"#000000",
|
||||
dateRing : { size:109, weight:20, color:"#00FF00", numbers: true, range: 30 },
|
||||
hourRing : { size:82, weight:20, color:"#00FFFF", numbers: true, range: 12},
|
||||
minuteRing : { size:55, weight:18, color:"#FFFF00", numbers: true, range: 60},
|
||||
dateRing : { size:109, weight:20, color:"#00FF00", numbers: false, range: 30 },
|
||||
hourRing : { size:82, weight:20, color:"#00FFFF", numbers: false, range: 12},
|
||||
minuteRing : { size:55, weight:18, color:"#FFFF00", numbers: false, range: 60},
|
||||
batteryRing: { size :30, weight:10, color:"#ff3300", numbers: false, range: 100},
|
||||
screen : { width:g.getWidth(), height:g.getHeight(), centerX: g.getWidth() *0.5, centerY: g.getHeight() * 0.5, cursor: 14, font:"Vector:18", bubble:false },
|
||||
};
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 3.3 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 4.0 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 3.4 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 3.4 KiB |
Loading…
Reference in New Issue