template: updated watchface.

This commit is contained in:
Hermet Park 2016-05-31 16:01:29 +09:00
parent b769398911
commit fc8096c878
8 changed files with 26 additions and 49 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 511 B

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 548 B

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 753 B

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 74 KiB

After

Width:  |  Height:  |  Size: 100 KiB

View File

@ -14,8 +14,6 @@ files_DATA = ENVENTOR_EMBEDDED_IMAGE.png \
ENVENTOR_EMBEDDED_TRIAB-10.png \
ENVENTOR_EMBEDDED_TRIAB-11.png \
ENVENTOR_EMBEDDED_TRIAB-12.png \
ENVENTOR_EMBEDDED_CALENDAR_UNIT.png \
ENVENTOR_EMBEDDED_DATE_BG.png \
ENVENTOR_EMBEDDED_MONTH_STROKE.png \
ENVENTOR_EMBEDDED_MOONPHASE_COVER.png \
ENVENTOR_EMBEDDED_MOONPHASE_MOON.png \

View File

@ -4,11 +4,9 @@ collections {
/* TODO: Please replace embedded image files to your application image files. */
images {
image: "ENVENTOR_EMBEDDED_WATCHFACE.png" COMP;
image: "ENVENTOR_EMBEDDED_CALENDAR_UNIT.png" COMP;
image: "ENVENTOR_EMBEDDED_MOONPHASE_COVER.png" COMP;
image: "ENVENTOR_EMBEDDED_MOONPHASE_MOON.png" COMP;
image: "ENVENTOR_EMBEDDED_MONTH_STROKE.png" COMP;
image: "ENVENTOR_EMBEDDED_DATE_BG.png" COMP;
image: "ENVENTOR_EMBEDDED_NEEDLE_HOUR.png" COMP;
image: "ENVENTOR_EMBEDDED_NEEDLE_MINUTE.png" COMP;
image: "ENVENTOR_EMBEDDED_NEEDLE_SECOND.png" COMP;
@ -19,18 +17,7 @@ collections {
desc { "default";
/* TODO: Please replace embedded image files to your application image files. */
image.normal: "ENVENTOR_EMBEDDED_WATCHFACE.png";
min: 250 250;
rel1.relative: 0.5 0.5;
rel2.relative: 0.5 0.5;
fixed: 1 1;
}
}
image { "calendar";
scale: 1;
desc { "default";
/* TODO: Please replace embedded image files to your application image files. */
image.normal: "ENVENTOR_EMBEDDED_CALENDAR_UNIT.png";
min: 200 200;
min: 300 300;
rel1.relative: 0.5 0.5;
rel2.relative: 0.5 0.5;
fixed: 1 1;
@ -57,7 +44,7 @@ collections {
desc { "default";
/* TODO: Please replace embedded image files to your application image files. */
image.normal: "ENVENTOR_EMBEDDED_MOONPHASE_COVER.png";
min: 109 109;
min: 130 130;
align: 0.5 1.0;
rel1.to: "bg";
rel2.to: "bg";
@ -71,9 +58,10 @@ collections {
desc { "default";
/* TODO: Please replace embedded image files to your application image files. */
image.normal: "ENVENTOR_EMBEDDED_MONTH_STROKE.png";
rel1.to: "calendar";
rel2.to: "calendar";
fixed: 1 1;
rel1.to: "bg";
rel2.to: "bg";
rel1.relative: 0.15 0.15;
rel2.relative: 0.85 0.85;
map.on: 1;
}
desc { "feb";
@ -121,34 +109,25 @@ collections {
map.rotation.z: 220;
}
}
image { "date_bg";
scale: 1;
desc { "default";
/* TODO: Please replace embedded image files to your application image files. */
image.normal: "ENVENTOR_EMBEDDED_DATE_BG.png";
min: 25 25;
align: 0.5 1.0;
fixed: 1 1;
rel1.to: "bg";
rel2.to: "bg";
rel1.relative: 0.92 0.55;
rel2.relative: 0.92 0.55;
}
}
text { "date";
scale: 1;
desc { "default";
color: 0 0 0 255;
fixed: 1 1;
text {
size: 10;
size: 11;
font: "Sans";
text: "18";
align: 0.5 0.5;
min: 0 0;
}
rel1.to: "date_bg";
rel2.to: "date_bg";
min: 30 30;
align: 0.5 1.0;
fixed: 1 1;
rel1.to: "bg";
rel2.to: "bg";
rel1.relative: 0.922 0.545;
rel2.relative: 0.922 0.545;
}
}
image { "hour";
@ -157,6 +136,10 @@ collections {
desc { "default";
rel1.to: "bg";
rel2.to: "bg";
rel1.relative: 0.5 0.0;
rel2.relative: 0.5 1.0;
min: 35 0;
fixed: 1 0;
/* TODO: Please replace embedded image files to your application image files. */
image.normal: "ENVENTOR_EMBEDDED_NEEDLE_HOUR.png";
map.on: 1;
@ -173,6 +156,10 @@ collections {
desc { "default";
rel1.to: "bg";
rel2.to: "bg";
rel1.relative: 0.5 0.0;
rel2.relative: 0.5 1.0;
min: 35 0;
fixed: 1 0;
/* TODO: Please replace embedded image files to your application image files. */
image.normal: "ENVENTOR_EMBEDDED_NEEDLE_MINUTE.png";
map.on: 1;
@ -189,6 +176,10 @@ collections {
desc { "default";
rel1.to: "bg";
rel2.to: "bg";
rel1.relative: 0.5 0.0;
rel2.relative: 0.5 1.0;
min: 25 0;
fixed: 1 0;
/* TODO: Please replace embedded image files to your application image files. */
image.normal: "ENVENTOR_EMBEDDED_NEEDLE_SECOND.png";
map.on: 1;
@ -199,18 +190,6 @@ collections {
map.rotation.z: 360;
}
}
image { "roatry";
scale: 1;
desc { "default";
/* TODO: Please replace embedded image files to your application image files. */
image.normal: "ENVENTOR_EMBEDDED_DATE_BG.png";
min: 15 15;
align: 0.5 0.5;
rel1.relative: 0.5 0.5;
rel2.relative: 0.5 0.5;
fixed: 1 1;
}
}
}
programs {
program { "load";